Html Css Color HEX #95CC63 Olivine

📋 copy color: '#95CC63'

red 149 ◦ green 204 ◦ blue 99

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

Shades of Olivine #95CC63

Tints of Olivine #95CC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.13%

 BLUE value IS 99 (39.06% from 255) = 21.9%

R = 32.96%
G = 45.13%
B = 21.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#95CC63 (or 0x95CC63) is known color: Olivine. HEX triplet: 95, CC and 63. RGB value is (149,204,99). Sum of RGB (Red+Green+Blue) = 149+204+99=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CC63 is #6A339C. Grayscale: #AFAFAF. Windows color (decimal): -6960029 or 6540437. OLE color: 6540437.

HSL color Cylindrical-coordinate representation of color #95CC63: hue angle of 91.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95CC63 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 204 99 -
CMYK 0.27 0 0.51 0.2
HSL 91.43º 0.51% 0.59% -
HSV(B) 91.43º 0.51% 0.8% -
XYZ 36.24 50.48 19.64 -
YUV 175.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 149 204 99 0.27 0 0.51 0.2 91.43 0.51 0.59
Hex 95 CC 63 1B 0 33 14 5B 33 3B
Octal 225 314 143 33 0 63 24 133 63 73
Binary 10010101 11001100 1100011 11011 0 110011 10100 1011011 110011 111011

Color Harmonies of #95CC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CC63

Black with #95CC63

Text Example


Text Example

White with #95CC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,204,99); }

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

background-color css

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

 a { background-color: rgb(149,204,99); }

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

border-color css

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

 span { border-color: rgb(149,204,99); }

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