#C1DF4D

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

Shades of Conifer #C1DF4D

Tints of Conifer #C1DF4D

Color information

#C1DF4D (or 0xC1DF4D) is unknown color: approx Conifer. HEX triplet: C1, DF and 4D. RGB value is (193,223,77). Sum of RGB (Red+Green+Blue) = 193+223+77=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF4D is #3E20B2. Grayscale: #C5C5C5. Windows color (decimal): -4071603 or 5103553. OLE color: 5103553.

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

Color convert

RGB19322377-
CMYK0.1300.650.13
HSL72.33º69.52%58.82%-
HSV(B)72.33º65.47%87.45%-
XYZ49.7264.6516.88-
YUV197.3960.06124.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 77 (30.47% from 255) = 15.62%
R=39.15%
G=45.23%
B=15.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193223770.1300.650.1372.3369.5258.82
HexC1DF4DD041D48463b
Octal3013371151501011511010673
Binary11000001110111111001101110101000001110110010001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DF4D; }

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

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

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

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

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

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

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

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