#C3DD1B

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

Shades of Fuego #C3DD1B

Tints of Fuego #C3DD1B

Color information

#C3DD1B (or 0xC3DD1B) is unknown color: approx Fuego. HEX triplet: C3, DD and 1B. RGB value is (195,221,27). Sum of RGB (Red+Green+Blue) = 195+221+27=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DD1B is #3C22E4. Grayscale: #BFBFBF. Windows color (decimal): -3941093 or 1826243. OLE color: 1826243.

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

Color convert

RGB19522127-
CMYK0.1200.880.13
HSL68.04º78.23%48.63%-
HSV(B)68.04º87.78%86.67%-
XYZ48.5663.3910.71-
YUV191.1135.39130.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 27 (10.94% from 255) = 6.09%
R=44.02%
G=49.89%
B=6.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195221270.1200.880.1368.0478.2348.63
HexC3DD1BC058D444e31
Octal303335331401301510411661
Binary110000111101110111011110001011000110110001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DD1B; }

 p { color: rgb(195,221,27); }

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

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

 a { background-color: rgb(195,221,27); }

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

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

 span { border-color: rgb(195,221,27); }

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