#C3D21E

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

Shades of Fuego #C3D21E

Tints of Fuego #C3D21E

Color information

#C3D21E (or 0xC3D21E) is unknown color: approx Fuego. HEX triplet: C3, D2 and 1E. RGB value is (195,210,30). Sum of RGB (Red+Green+Blue) = 195+210+30=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D21E is #3C2DE1. Grayscale: #B9B9B9. Windows color (decimal): -3943906 or 2020035. OLE color: 2020035.

HSL color Cylindrical-coordinate representation of color #C3D21E: hue angle of 65º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3D21E is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB19521030-
CMYK0.0700.860.18
HSL65º75%47.06%-
HSV(B)65º85.71%82.35%-
XYZ45.7957.799.97-
YUV184.9940.53135.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 30 (12.11% from 255) = 6.90%
R=44.83%
G=48.28%
B=6.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195210300.0700.860.18657547.06
HexC3D21E705612414b2f
Octal30332236701262210111357
Binary110000111101001011110111010101101001010000011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D21E; }

 p { color: rgb(195,210,30); }

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

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

 a { background-color: rgb(195,210,30); }

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

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

 span { border-color: rgb(195,210,30); }

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