#C5F15C

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

Shades of Conifer #C5F15C

Tints of Conifer #C5F15C

Color information

#C5F15C (or 0xC5F15C) is unknown color: approx Conifer. HEX triplet: C5, F1 and 5C. RGB value is (197,241,92). Sum of RGB (Red+Green+Blue) = 197+241+92=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F15C is #3A0EA3. Grayscale: #D3D3D3. Windows color (decimal): -3804836 or 6091205. OLE color: 6091205.

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

Color convert

RGB19724192-
CMYK0.1800.620.05
HSL77.72º84.18%65.29%-
HSV(B)77.72º61.83%94.51%-
XYZ56.4175.5521.74-
YUV210.8660.92118.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 92 (36.33% from 255) = 17.36%
R=37.17%
G=45.47%
B=17.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197241920.1800.620.0577.7284.1865.29
HexC5F15C1203E54e5441
Octal305361134220765116124101
Binary11000101111100011011100100100111110101100111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F15C; }

 p { color: rgb(197,241,92); }

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

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

 a { background-color: rgb(197,241,92); }

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

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

 span { border-color: rgb(197,241,92); }

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