Html Css Color HEX #94E881 Granny Smith Apple

📋 copy color: '#94E881'

red 148 ◦ green 232 ◦ blue 129

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

Shades of Granny Smith Apple #94E881

Tints of Granny Smith Apple #94E881

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

 BLUE value IS 129 (50.78% from 255) = 25.34%

R = 29.08%
G = 45.58%
B = 25.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#94E881 (or 0x94E881) is known color: Granny Smith Apple. HEX triplet: 94, E8 and 81. RGB value is (148,232,129). Sum of RGB (Red+Green+Blue) = 148+232+129=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #94E881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E881 is #6B177E. Grayscale: #C3C3C3. Windows color (decimal): -7018367 or 8513684. OLE color: 8513684.

HSL color Cylindrical-coordinate representation of color #94E881: hue angle of 108.93º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94E881 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 232 129 -
CMYK 0.36 0 0.44 0.09
HSL 108.93º 0.69% 0.71% -
HSV(B) 108.93º 0.44% 0.91% -
XYZ 45.03 65.59 31.06 -
YUV 195.14 90.67 94.38 -
System Red Green Blue C M Y K H S L
Decimal 148 232 129 0.36 0 0.44 0.09 108.93 0.69 0.71
Hex 94 E8 81 24 0 2C 9 6D 45 47
Octal 224 350 201 44 0 54 11 155 105 107
Binary 10010100 11101000 10000001 100100 0 101100 1001 1101101 1000101 1000111

Color Harmonies of #94E881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E881

Black with #94E881

Text Example


Text Example

White with #94E881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,232,129); }

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

background-color css

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

 a { background-color: rgb(148,232,129); }

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

border-color css

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

 span { border-color: rgb(148,232,129); }

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