Html Css Color HEX #94E77E Granny Smith Apple

📋 copy color: '#94E77E'

red 148 ◦ green 231 ◦ blue 126

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

Shades of Granny Smith Apple #94E77E

Tints of Granny Smith Apple #94E77E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.74%

 BLUE value IS 126 (49.61% from 255) = 24.95%

R = 29.31%
G = 45.74%
B = 24.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#94E77E (or 0x94E77E) is known color: Granny Smith Apple. HEX triplet: 94, E7 and 7E. RGB value is (148,231,126). Sum of RGB (Red+Green+Blue) = 148+231+126=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #94E77E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E77E is #6B1881. Grayscale: #C2C2C2. Windows color (decimal): -7018626 or 8316820. OLE color: 8316820.

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

Color convert

RGB 148 231 126 -
CMYK 0.36 0 0.45 0.09
HSL 107.43º 0.69% 0.7% -
HSV(B) 107.43º 0.45% 0.91% -
XYZ 44.55 64.95 29.93 -
YUV 194.21 89.5 95.04 -
System Red Green Blue C M Y K H S L
Decimal 148 231 126 0.36 0 0.45 0.09 107.43 0.69 0.7
Hex 94 E7 7E 24 0 2D 9 6B 45 46
Octal 224 347 176 44 0 55 11 153 105 106
Binary 10010100 11100111 1111110 100100 0 101101 1001 1101011 1000101 1000110

Color Harmonies of #94E77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E77E

Black with #94E77E

Text Example


Text Example

White with #94E77E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,231,126); }

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

background-color css

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

 a { background-color: rgb(148,231,126); }

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

border-color css

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

 span { border-color: rgb(148,231,126); }

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