#C1DC1B

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

Shades of Fuego #C1DC1B

Tints of Fuego #C1DC1B

Color information

#C1DC1B (or 0xC1DC1B) is unknown color: approx Fuego. HEX triplet: C1, DC and 1B. RGB value is (193,220,27). Sum of RGB (Red+Green+Blue) = 193+220+27=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DC1B is #3E23E4. Grayscale: #BEBEBE. Windows color (decimal): -4072421 or 1825985. OLE color: 1825985.

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

Color convert

RGB19322027-
CMYK0.1200.880.14
HSL68.39º78.14%48.43%-
HSV(B)68.39º87.73%86.27%-
XYZ47.7862.610.6-
YUV189.9236.05130.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 220 (86.33% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 6.14%
R=43.86%
G=50%
B=6.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193220270.1200.880.1468.3978.1448.43
HexC1DC1BC058E444e30
Octal301334331401301610411660
Binary110000011101110011011110001011000111010001001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DC1B; }

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

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

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

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

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

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

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

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