Html Css Color HEX #95D594 Granny Smith Apple

📋 copy color: '#95D594'

red 149 ◦ green 213 ◦ blue 148

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

Shades of Granny Smith Apple #95D594

Tints of Granny Smith Apple #95D594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.76%

 BLUE value IS 148 (58.2% from 255) = 29.02%

R = 29.22%
G = 41.76%
B = 29.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#95D594 (or 0x95D594) is known color: Granny Smith Apple. HEX triplet: 95, D5 and 94. RGB value is (149,213,148). Sum of RGB (Red+Green+Blue) = 149+213+148=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #95D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D594 is #6A2A6B. Grayscale: #BABABA. Windows color (decimal): -6957676 or 9754005. OLE color: 9754005.

HSL color Cylindrical-coordinate representation of color #95D594: hue angle of 119.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D594 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 148 -
CMYK 0.30 0 0.31 0.16
HSL 119.08º 0.44% 0.71% -
HSV(B) 119.08º 0.31% 0.84% -
XYZ 41.53 56.12 36.66 -
YUV 186.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 149 213 148 0.30 0 0.31 0.16 119.08 0.44 0.71
Hex 95 D5 94 1E 0 1F 10 77 2C 47
Octal 225 325 224 36 0 37 20 167 54 107
Binary 10010101 11010101 10010100 11110 0 11111 10000 1110111 101100 1000111

Color Harmonies of #95D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D594

Black with #95D594

Text Example


Text Example

White with #95D594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,148); }

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

background-color css

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

 a { background-color: rgb(149,213,148); }

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

border-color css

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

 span { border-color: rgb(149,213,148); }

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