Html Css Color HEX #95DF85 Granny Smith Apple

📋 copy color: '#95DF85'

red 149 ◦ green 223 ◦ blue 133

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

Shades of Granny Smith Apple #95DF85

Tints of Granny Smith Apple #95DF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 29.5%
G = 44.16%
B = 26.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#95DF85 (or 0x95DF85) is known color: Granny Smith Apple. HEX triplet: 95, DF and 85. RGB value is (149,223,133). Sum of RGB (Red+Green+Blue) = 149+223+133=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF85 is #6A207A. Grayscale: #BEBEBE. Windows color (decimal): -6955131 or 8773525. OLE color: 8773525.

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

Color convert

RGB 149 223 133 -
CMYK 0.33 0 0.40 0.13
HSL 109.33º 0.58% 0.7% -
HSV(B) 109.33º 0.4% 0.87% -
XYZ 43.02 60.86 31.67 -
YUV 190.61 95.48 98.32 -
System Red Green Blue C M Y K H S L
Decimal 149 223 133 0.33 0 0.40 0.13 109.33 0.58 0.7
Hex 95 DF 85 21 0 28 D 6D 3A 46
Octal 225 337 205 41 0 50 15 155 72 106
Binary 10010101 11011111 10000101 100001 0 101000 1101 1101101 111010 1000110

Color Harmonies of #95DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF85

Black with #95DF85

Text Example


Text Example

White with #95DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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