Html Css Color HEX #94DD93 Granny Smith Apple

📋 copy color: '#94DD93'

red 148 ◦ green 221 ◦ blue 147

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

Shades of Granny Smith Apple #94DD93

Tints of Granny Smith Apple #94DD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.49%

R = 28.68%
G = 42.83%
B = 28.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#94DD93 (or 0x94DD93) is known color: Granny Smith Apple. HEX triplet: 94, DD and 93. RGB value is (148,221,147). Sum of RGB (Red+Green+Blue) = 148+221+147=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD93 is #6B226C. Grayscale: #BEBEBE. Windows color (decimal): -7021165 or 9690516. OLE color: 9690516.

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

Color convert

RGB 148 221 147 -
CMYK 0.33 0 0.33 0.13
HSL 119.19º 0.52% 0.72% -
HSV(B) 119.19º 0.33% 0.87% -
XYZ 43.34 60.12 36.92 -
YUV 190.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 148 221 147 0.33 0 0.33 0.13 119.19 0.52 0.72
Hex 94 DD 93 21 0 21 D 77 34 48
Octal 224 335 223 41 0 41 15 167 64 110
Binary 10010100 11011101 10010011 100001 0 100001 1101 1110111 110100 1001000

Color Harmonies of #94DD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD93

Black with #94DD93

Text Example


Text Example

White with #94DD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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