#C1DC4F

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

Shades of Conifer #C1DC4F

Tints of Conifer #C1DC4F

Color information

#C1DC4F (or 0xC1DC4F) is unknown color: approx Conifer. HEX triplet: C1, DC and 4F. RGB value is (193,220,79). Sum of RGB (Red+Green+Blue) = 193+220+79=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DC4F is #3E23B0. Grayscale: #C4C4C4. Windows color (decimal): -4072369 or 5233857. OLE color: 5233857.

HSL color Cylindrical-coordinate representation of color #C1DC4F: hue angle of 71.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1DC4F is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB19322079-
CMYK0.1200.640.14
HSL71.49º66.82%58.63%-
HSV(B)71.49º64.09%86.27%-
XYZ4963.0916.99-
YUV195.8562.05125.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 79 (31.25% from 255) = 16.06%
R=39.23%
G=44.72%
B=16.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193220790.1200.640.1471.4966.8258.63
HexC1DC4FC040E47433b
Octal3013341171401001610710373
Binary11000001110111001001111110001000000111010001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DC4F; }

 p { color: rgb(193,220,79); }

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

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

 a { background-color: rgb(193,220,79); }

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

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

 span { border-color: rgb(193,220,79); }

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