Html Css Color HEX #95CF8C Granny Smith Apple

📋 copy color: '#95CF8C'

red 149 ◦ green 207 ◦ blue 140

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

Shades of Granny Smith Apple #95CF8C

Tints of Granny Smith Apple #95CF8C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 30.04%
G = 41.73%
B = 28.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#95CF8C (or 0x95CF8C) is known color: Granny Smith Apple. HEX triplet: 95, CF and 8C. RGB value is (149,207,140). Sum of RGB (Red+Green+Blue) = 149+207+140=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CF8C is #6A3073. Grayscale: #B6B6B6. Windows color (decimal): -6959220 or 9228181. OLE color: 9228181.

HSL color Cylindrical-coordinate representation of color #95CF8C: hue angle of 111.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95CF8C is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 207 140 -
CMYK 0.28 0 0.32 0.19
HSL 111.94º 0.41% 0.68% -
HSV(B) 111.94º 0.32% 0.81% -
XYZ 39.44 52.91 32.94 -
YUV 182.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 149 207 140 0.28 0 0.32 0.19 111.94 0.41 0.68
Hex 95 CF 8C 1C 0 20 13 70 29 44
Octal 225 317 214 34 0 40 23 160 51 104
Binary 10010101 11001111 10001100 11100 0 100000 10011 1110000 101001 1000100

Color Harmonies of #95CF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CF8C

Black with #95CF8C

Text Example


Text Example

White with #95CF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,207,140); }

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

background-color css

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

 a { background-color: rgb(149,207,140); }

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

border-color css

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

 span { border-color: rgb(149,207,140); }

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