Html Css Color HEX #94DF86 Granny Smith Apple

📋 copy color: '#94DF86'

red 148 ◦ green 223 ◦ blue 134

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

Shades of Granny Smith Apple #94DF86

Tints of Granny Smith Apple #94DF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 29.31%
G = 44.16%
B = 26.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#94DF86 (or 0x94DF86) is known color: Granny Smith Apple. HEX triplet: 94, DF and 86. RGB value is (148,223,134). Sum of RGB (Red+Green+Blue) = 148+223+134=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF86 is #6B2079. Grayscale: #BEBEBE. Windows color (decimal): -7020666 or 8839060. OLE color: 8839060.

HSL color Cylindrical-coordinate representation of color #94DF86: hue angle of 110.56º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94DF86 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 223 134 -
CMYK 0.34 0 0.40 0.13
HSL 110.56º 0.58% 0.7% -
HSV(B) 110.56º 0.4% 0.87% -
XYZ 42.9 60.79 32.03 -
YUV 190.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 148 223 134 0.34 0 0.40 0.13 110.56 0.58 0.7
Hex 94 DF 86 22 0 28 D 6F 3A 46
Octal 224 337 206 42 0 50 15 157 72 106
Binary 10010100 11011111 10000110 100010 0 101000 1101 1101111 111010 1000110

Color Harmonies of #94DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DF86

Black with #94DF86

Text Example


Text Example

White with #94DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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