Html Css Color HEX #94DD8F Granny Smith Apple

📋 copy color: '#94DD8F'

red 148 ◦ green 221 ◦ blue 143

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

Shades of Granny Smith Apple #94DD8F

Tints of Granny Smith Apple #94DD8F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 28.91%
G = 43.16%
B = 27.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#94DD8F (or 0x94DD8F) is known color: Granny Smith Apple. HEX triplet: 94, DD and 8F. RGB value is (148,221,143). Sum of RGB (Red+Green+Blue) = 148+221+143=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD8F is #6B2270. Grayscale: #BEBEBE. Windows color (decimal): -7021169 or 9428372. OLE color: 9428372.

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

Color convert

RGB 148 221 143 -
CMYK 0.33 0 0.35 0.13
HSL 116.15º 0.53% 0.71% -
HSV(B) 116.15º 0.35% 0.87% -
XYZ 43.03 59.99 35.3 -
YUV 190.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 148 221 143 0.33 0 0.35 0.13 116.15 0.53 0.71
Hex 94 DD 8F 21 0 23 D 74 35 47
Octal 224 335 217 41 0 43 15 164 65 107
Binary 10010100 11011101 10001111 100001 0 100011 1101 1110100 110101 1000111

Color Harmonies of #94DD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD8F

Black with #94DD8F

Text Example


Text Example

White with #94DD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,221,143); }

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

background-color css

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

 a { background-color: rgb(148,221,143); }

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

border-color css

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

 span { border-color: rgb(148,221,143); }

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