Html Css Color HEX #94DE84 Granny Smith Apple

📋 copy color: '#94DE84'

red 148 ◦ green 222 ◦ blue 132

#94DE84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #94DE84

Tints of Granny Smith Apple #94DE84

RGB

 RED value IS 148 (58.2% from 255) = 29.48%

 GREEN value IS 222 (87.11% from 255) = 44.22%

 BLUE value IS 132 (51.95% from 255) = 26.29%

R = 29.48%
G = 44.22%
B = 26.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#94DE84 (or 0x94DE84) is known color: Granny Smith Apple. HEX triplet: 94, DE and 84. RGB value is (148,222,132). Sum of RGB (Red+Green+Blue) = 148+222+132=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DE84 is #6B217B. Grayscale: #BDBDBD. Windows color (decimal): -7020924 or 8707732. OLE color: 8707732.

HSL color Cylindrical-coordinate representation of color #94DE84: hue angle of 109.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94DE84 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 222 132 -
CMYK 0.33 0 0.41 0.13
HSL 109.33º 0.58% 0.69% -
HSV(B) 109.33º 0.41% 0.87% -
XYZ 42.5 60.2 31.21 -
YUV 189.61 95.48 98.32 -
System Red Green Blue C M Y K H S L
Decimal 148 222 132 0.33 0 0.41 0.13 109.33 0.58 0.69
Hex 94 DE 84 21 0 29 D 6D 3A 45
Octal 224 336 204 41 0 51 15 155 72 105
Binary 10010100 11011110 10000100 100001 0 101001 1101 1101101 111010 1000101

Color Harmonies of #94DE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DE84

Black with #94DE84

Text Example


Text Example

White with #94DE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94DE84; }

 p { color: rgb(148,222,132); }

 H1.HeaderClassName
 {
   color: #94DE84;
 }
 .AnyTagClassName
 {
   color: #94DE84;
 }
</style>

background-color css

<style>
 a { background-color: #94DE84; }

 a { background-color: rgb(148,222,132); }

 div.DivClassName
 {
   background-color: #94DE84;
 }
 .BgClassName
 {
   background-color: #94DE84;
 }
</style>

border-color css

<style>
 span { border-color: #94DE84; }

 span { border-color: rgb(148,222,132); }

 td.TdClassName
 {
   border-color: #94DE84;
 }
 .TagClassName
 {
   border-color: #94DE84;
 }
</style>