#C5F65D

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

Shades of Conifer #C5F65D

Tints of Conifer #C5F65D

Color information

#C5F65D (or 0xC5F65D) is unknown color: approx Conifer. HEX triplet: C5, F6 and 5D. RGB value is (197,246,93). Sum of RGB (Red+Green+Blue) = 197+246+93=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F65D is #3A09A2. Grayscale: #D6D6D6. Windows color (decimal): -3803555 or 6158021. OLE color: 6158021.

HSL color Cylindrical-coordinate representation of color #C5F65D: hue angle of 79.22º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5F65D is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB19724693-
CMYK0.2000.620.04
HSL79.22º89.47%66.47%-
HSV(B)79.22º62.2%96.47%-
XYZ57.9678.5722.47-
YUV213.9159.77115.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.75%
GREEN value IS 246 (96.48% from 255) = 45.90%
BLUE value IS 93 (36.72% from 255) = 17.35%
R=36.75%
G=45.90%
B=17.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197246930.2000.620.0479.2289.4766.47
HexC5F65D1403E44f5942
Octal305366135240764117131102
Binary11000101111101101011101101000111110100100111110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F65D; }

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

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

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

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

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

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

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

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