#C1DB54

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

Shades of Conifer #C1DB54

Tints of Conifer #C1DB54

Color information

#C1DB54 (or 0xC1DB54) is unknown color: approx Conifer. HEX triplet: C1, DB and 54. RGB value is (193,219,84). Sum of RGB (Red+Green+Blue) = 193+219+84=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DB54 is #3E24AB. Grayscale: #C4C4C4. Windows color (decimal): -4072620 or 5561281. OLE color: 5561281.

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

Color convert

RGB19321984-
CMYK0.1200.620.14
HSL71.56º65.22%59.41%-
HSV(B)71.56º61.64%85.88%-
XYZ48.9262.6417.9-
YUV195.8464.89125.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 219 (85.94% from 255) = 44.15%
BLUE value IS 84 (33.20% from 255) = 16.94%
R=38.91%
G=44.15%
B=16.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193219840.1200.620.1471.5665.2259.41
HexC1DB54C03EE48413b
Octal301333124140761611010173
Binary1100000111011011101010011000111110111010010001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DB54; }

 p { color: rgb(193,219,84); }

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

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

 a { background-color: rgb(193,219,84); }

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

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

 span { border-color: rgb(193,219,84); }

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