#C1DF56

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

Shades of Conifer #C1DF56

Tints of Conifer #C1DF56

Color information

#C1DF56 (or 0xC1DF56) is unknown color: approx Conifer. HEX triplet: C1, DF and 56. RGB value is (193,223,86). Sum of RGB (Red+Green+Blue) = 193+223+86=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF56 is #3E20A9. Grayscale: #C6C6C6. Windows color (decimal): -4071594 or 5693377. OLE color: 5693377.

HSL color Cylindrical-coordinate representation of color #C1DF56: hue angle of 73.14º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1DF56 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB19322386-
CMYK0.1300.610.13
HSL73.14º68.16%60.59%-
HSV(B)73.14º61.43%87.45%-
XYZ50.0664.7818.67-
YUV198.4164.56124.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 223 (87.5% from 255) = 44.42%
BLUE value IS 86 (33.98% from 255) = 17.13%
R=38.45%
G=44.42%
B=17.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193223860.1300.610.1373.1468.1660.59
HexC1DF56D03DD49443d
Octal301337126150751511110475
Binary1100000111011111101011011010111101110110010011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DF56; }

 p { color: rgb(193,223,86); }

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

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

 a { background-color: rgb(193,223,86); }

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

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

 span { border-color: rgb(193,223,86); }

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