#C1DB22

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

Shades of Fuego #C1DB22

Tints of Fuego #C1DB22

Color information

#C1DB22 (or 0xC1DB22) is unknown color: approx Fuego. HEX triplet: C1, DB and 22. RGB value is (193,219,34). Sum of RGB (Red+Green+Blue) = 193+219+34=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DB22 is #3E24DD. Grayscale: #BEBEBE. Windows color (decimal): -4072670 or 2284481. OLE color: 2284481.

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

Color convert

RGB19321934-
CMYK0.1200.840.14
HSL68.43º73.12%49.61%-
HSV(B)68.43º84.47%85.88%-
XYZ47.6162.1210.99-
YUV190.1439.89130.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 219 (85.94% from 255) = 49.10%
BLUE value IS 34 (13.67% from 255) = 7.62%
R=43.27%
G=49.10%
B=7.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193219340.1200.840.1468.4373.1249.61
HexC1DB22C054E444932
Octal301333421401241610411162
Binary1100000111011011100010110001010100111010001001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DB22; }

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

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

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

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

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

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

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

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