#C5F35D

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

Shades of Conifer #C5F35D

Tints of Conifer #C5F35D

Color information

#C5F35D (or 0xC5F35D) is unknown color: approx Conifer. HEX triplet: C5, F3 and 5D. RGB value is (197,243,93). Sum of RGB (Red+Green+Blue) = 197+243+93=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F35D is #3A0CA2. Grayscale: #D4D4D4. Windows color (decimal): -3804323 or 6157253. OLE color: 6157253.

HSL color Cylindrical-coordinate representation of color #C5F35D: hue angle of 78.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5F35D is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB19724393-
CMYK0.1900.620.05
HSL78.4º86.21%65.88%-
HSV(B)78.4º61.73%95.29%-
XYZ57.0576.7622.17-
YUV212.1560.76117.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 243 (95.31% from 255) = 45.59%
BLUE value IS 93 (36.72% from 255) = 17.45%
R=36.96%
G=45.59%
B=17.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197243930.1900.620.0578.486.2165.88
HexC5F35D1303E54e5642
Octal305363135230765116126102
Binary11000101111100111011101100110111110101100111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F35D; }

 p { color: rgb(197,243,93); }

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

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

 a { background-color: rgb(197,243,93); }

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

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

 span { border-color: rgb(197,243,93); }

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