Html Css Color HEX #94DD8B Granny Smith Apple

📋 copy color: '#94DD8B'

red 148 ◦ green 221 ◦ blue 139

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

Shades of Granny Smith Apple #94DD8B

Tints of Granny Smith Apple #94DD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 29.13%
G = 43.5%
B = 27.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#94DD8B (or 0x94DD8B) is known color: Granny Smith Apple. HEX triplet: 94, DD and 8B. RGB value is (148,221,139). Sum of RGB (Red+Green+Blue) = 148+221+139=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD8B is #6B2274. Grayscale: #BEBEBE. Windows color (decimal): -7021173 or 9166228. OLE color: 9166228.

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

Color convert

RGB 148 221 139 -
CMYK 0.33 0 0.37 0.13
HSL 113.41º 0.55% 0.71% -
HSV(B) 113.41º 0.37% 0.87% -
XYZ 42.73 59.87 33.73 -
YUV 189.83 99.32 98.17 -
System Red Green Blue C M Y K H S L
Decimal 148 221 139 0.33 0 0.37 0.13 113.41 0.55 0.71
Hex 94 DD 8B 21 0 25 D 71 37 47
Octal 224 335 213 41 0 45 15 161 67 107
Binary 10010100 11011101 10001011 100001 0 100101 1101 1110001 110111 1000111

Color Harmonies of #94DD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD8B

Black with #94DD8B

Text Example


Text Example

White with #94DD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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