Html Css Color HEX #95DF84 Granny Smith Apple

📋 copy color: '#95DF84'

red 149 ◦ green 223 ◦ blue 132

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

Shades of Granny Smith Apple #95DF84

Tints of Granny Smith Apple #95DF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 132 (51.95% from 255) = 26.19%

R = 29.56%
G = 44.25%
B = 26.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#95DF84 (or 0x95DF84) is known color: Granny Smith Apple. HEX triplet: 95, DF and 84. RGB value is (149,223,132). Sum of RGB (Red+Green+Blue) = 149+223+132=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF84 is #6A207B. Grayscale: #BEBEBE. Windows color (decimal): -6955132 or 8707989. OLE color: 8707989.

HSL color Cylindrical-coordinate representation of color #95DF84: hue angle of 108.79º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95DF84 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 132 -
CMYK 0.33 0 0.41 0.13
HSL 108.79º 0.59% 0.7% -
HSV(B) 108.79º 0.41% 0.87% -
XYZ 42.95 60.83 31.31 -
YUV 190.5 94.98 98.4 -
System Red Green Blue C M Y K H S L
Decimal 149 223 132 0.33 0 0.41 0.13 108.79 0.59 0.7
Hex 95 DF 84 21 0 29 D 6D 3B 46
Octal 225 337 204 41 0 51 15 155 73 106
Binary 10010101 11011111 10000100 100001 0 101001 1101 1101101 111011 1000110

Color Harmonies of #95DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF84

Black with #95DF84

Text Example


Text Example

White with #95DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,132); }

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

background-color css

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

 a { background-color: rgb(149,223,132); }

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

border-color css

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

 span { border-color: rgb(149,223,132); }

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