#C3DC54

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

Shades of Conifer #C3DC54

Tints of Conifer #C3DC54

Color information

#C3DC54 (or 0xC3DC54) is unknown color: approx Conifer. HEX triplet: C3, DC and 54. RGB value is (195,220,84). Sum of RGB (Red+Green+Blue) = 195+220+84=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC54 is #3C23AB. Grayscale: #C5C5C5. Windows color (decimal): -3941292 or 5561539. OLE color: 5561539.

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

Color convert

RGB19522084-
CMYK0.1100.620.14
HSL71.03º66.02%59.61%-
HSV(B)71.03º61.82%86.27%-
XYZ49.763.4318.01-
YUV197.0264.22126.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 84 (33.20% from 255) = 16.83%
R=39.08%
G=44.09%
B=16.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal195220840.1100.620.1471.0366.0259.61
HexC3DC54B03EE47423c
Octal303334124130761610710274
Binary1100001111011100101010010110111110111010001111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DC54; }

 p { color: rgb(195,220,84); }

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

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

 a { background-color: rgb(195,220,84); }

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

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

 span { border-color: rgb(195,220,84); }

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