Html Css Color HEX #95E082 Granny Smith Apple

📋 copy color: '#95E082'

red 149 ◦ green 224 ◦ blue 130

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

Shades of Granny Smith Apple #95E082

Tints of Granny Smith Apple #95E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

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

R = 29.62%
G = 44.53%
B = 25.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#95E082 (or 0x95E082) is known color: Granny Smith Apple. HEX triplet: 95, E0 and 82. RGB value is (149,224,130). Sum of RGB (Red+Green+Blue) = 149+224+130=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #95E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E082 is #6A1F7D. Grayscale: #BFBFBF. Windows color (decimal): -6954878 or 8577173. OLE color: 8577173.

HSL color Cylindrical-coordinate representation of color #95E082: hue angle of 107.87º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95E082 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 130 -
CMYK 0.33 0 0.42 0.12
HSL 107.87º 0.6% 0.69% -
HSV(B) 107.87º 0.42% 0.88% -
XYZ 43.08 61.31 30.68 -
YUV 190.86 93.65 98.14 -
System Red Green Blue C M Y K H S L
Decimal 149 224 130 0.33 0 0.42 0.12 107.87 0.6 0.69
Hex 95 E0 82 21 0 2A C 6C 3C 45
Octal 225 340 202 41 0 52 14 154 74 105
Binary 10010101 11100000 10000010 100001 0 101010 1100 1101100 111100 1000101

Color Harmonies of #95E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E082

Black with #95E082

Text Example


Text Example

White with #95E082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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