#C1DA2D

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

Shades of Fuego #C1DA2D

Tints of Fuego #C1DA2D

Color information

#C1DA2D (or 0xC1DA2D) is unknown color: approx Fuego. HEX triplet: C1, DA and 2D. RGB value is (193,218,45). Sum of RGB (Red+Green+Blue) = 193+218+45=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DA2D is #3E25D2. Grayscale: #BFBFBF. Windows color (decimal): -4072915 or 3005121. OLE color: 3005121.

HSL color Cylindrical-coordinate representation of color #C1DA2D: hue angle of 68.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1DA2D is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB19321845-
CMYK0.1100.790.15
HSL68.67º70.04%51.57%-
HSV(B)68.67º79.36%85.49%-
XYZ47.5461.6711.88-
YUV190.845.72129.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 218 (85.55% from 255) = 47.81%
BLUE value IS 45 (17.97% from 255) = 9.87%
R=42.32%
G=47.81%
B=9.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193218450.1100.790.1568.6770.0451.57
HexC1DA2DB04FF454634
Octal301332551301171710510664
Binary1100000111011010101101101101001111111110001011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DA2D; }

 p { color: rgb(193,218,45); }

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

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

 a { background-color: rgb(193,218,45); }

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

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

 span { border-color: rgb(193,218,45); }

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