#C5E95F

Color #C5E95F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C5E95F

Tints of Conifer #C5E95F

Color information

#C5E95F (or 0xC5E95F) is unknown color: approx Conifer. HEX triplet: C5, E9 and 5F. RGB value is (197,233,95). Sum of RGB (Red+Green+Blue) = 197+233+95=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E95F is #3A16A0. Grayscale: #CFCFCF. Windows color (decimal): -3806881 or 6285765. OLE color: 6285765.

HSL color Cylindrical-coordinate representation of color #C5E95F: hue angle of 75.65º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5E95F is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB19723395-
CMYK0.1500.590.09
HSL75.65º75.82%64.31%-
HSV(B)75.65º59.23%91.37%-
XYZ54.2370.9721.67-
YUV206.565.07121.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 95 (37.5% from 255) = 18.10%
R=37.52%
G=44.38%
B=18.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal197233950.1500.590.0975.6575.8264.31
HexC5E95FF03B94c4c40
Octal3053511371707311114114100
Binary11000101111010011011111111101110111001100110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E95F; }

 p { color: rgb(197,233,95); }

 H1.HeaderClassName
 {
   color: #C5E95F;
 }
 .AnyTagClassName
 {
   color: #C5E95F;
 }
</style>
background-color css

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

 a { background-color: rgb(197,233,95); }

 div.DivClassName
 {
   background-color: #C5E95F;
 }
 .BgClassName
 {
   background-color: #C5E95F;
 }
</style>
border-color css

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

 span { border-color: rgb(197,233,95); }

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