Html Css Color HEX #95EA82 Granny Smith Apple

📋 copy color: '#95EA82'

red 149 ◦ green 234 ◦ blue 130

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

Shades of Granny Smith Apple #95EA82

Tints of Granny Smith Apple #95EA82

RGB

 RED value IS 149 (58.59% from 255) = 29.04%

 GREEN value IS 234 (91.8% from 255) = 45.61%

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 29.04%
G = 45.61%
B = 25.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#95EA82 (or 0x95EA82) is known color: Granny Smith Apple. HEX triplet: 95, EA and 82. RGB value is (149,234,130). Sum of RGB (Red+Green+Blue) = 149+234+130=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EA82 is #6A157D. Grayscale: #C5C5C5. Windows color (decimal): -6952318 or 8579733. OLE color: 8579733.

HSL color Cylindrical-coordinate representation of color #95EA82: hue angle of 109.04º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95EA82 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 130 -
CMYK 0.36 0 0.44 0.08
HSL 109.04º 0.71% 0.71% -
HSV(B) 109.04º 0.44% 0.92% -
XYZ 45.85 66.85 31.61 -
YUV 196.73 90.34 93.96 -
System Red Green Blue C M Y K H S L
Decimal 149 234 130 0.36 0 0.44 0.08 109.04 0.71 0.71
Hex 95 EA 82 24 0 2C 8 6D 47 47
Octal 225 352 202 44 0 54 10 155 107 107
Binary 10010101 11101010 10000010 100100 0 101100 1000 1101101 1000111 1000111

Color Harmonies of #95EA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EA82

Black with #95EA82

Text Example


Text Example

White with #95EA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EA82; }

 p { color: rgb(149,234,130); }

 H1.HeaderClassName
 {
   color: #95EA82;
 }
 .AnyTagClassName
 {
   color: #95EA82;
 }
</style>

background-color css

<style>
 a { background-color: #95EA82; }

 a { background-color: rgb(149,234,130); }

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

border-color css

<style>
 span { border-color: #95EA82; }

 span { border-color: rgb(149,234,130); }

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