Html Css Color HEX #94DF82 Granny Smith Apple

📋 copy color: '#94DF82'

red 148 ◦ green 223 ◦ blue 130

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

Shades of Granny Smith Apple #94DF82

Tints of Granny Smith Apple #94DF82

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.51%

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 29.54%
G = 44.51%
B = 25.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#94DF82 (or 0x94DF82) is known color: Granny Smith Apple. HEX triplet: 94, DF and 82. RGB value is (148,223,130). Sum of RGB (Red+Green+Blue) = 148+223+130=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF82 is #6B207D. Grayscale: #BEBEBE. Windows color (decimal): -7020670 or 8576916. OLE color: 8576916.

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

Color convert

RGB 148 223 130 -
CMYK 0.34 0 0.42 0.13
HSL 108.39º 0.59% 0.69% -
HSV(B) 108.39º 0.42% 0.87% -
XYZ 42.63 60.68 30.59 -
YUV 189.97 94.15 98.06 -
System Red Green Blue C M Y K H S L
Decimal 148 223 130 0.34 0 0.42 0.13 108.39 0.59 0.69
Hex 94 DF 82 22 0 2A D 6C 3B 45
Octal 224 337 202 42 0 52 15 154 73 105
Binary 10010100 11011111 10000010 100010 0 101010 1101 1101100 111011 1000101

Color Harmonies of #94DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DF82

Black with #94DF82

Text Example


Text Example

White with #94DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,223,130); }

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

background-color css

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

 a { background-color: rgb(148,223,130); }

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

border-color css

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

 span { border-color: rgb(148,223,130); }

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