#c4dd26

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

Shades of Fuego #C4DD26

Tints of Fuego #C4DD26

Color information

#C4DD26 (or 0xC4DD26) is unknown color: approx Fuego. HEX triplet: C4, DD and 26. RGB value is (196,221,38). Sum of RGB (Red+Green+Blue) = 196+221+38=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD26 is #3B22D9. Grayscale: #C1C1C1. Windows color (decimal): -3875546 or 2547140. OLE color: 2547140.

HSL color Cylindrical-coordinate representation of color #C4DD26: hue angle of 68.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4DD26 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB19622138-
CMYK0.1100.830.13
HSL68.2º72.91%50.78%-
HSV(B)68.2º82.81%86.67%-
XYZ48.9763.5911.53-
YUV192.6640.72130.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 38 (15.23% from 255) = 8.35%
R=43.08%
G=48.57%
B=8.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196221380.1100.830.1368.272.9150.78
HexC4DD26B053D444933
Octal304335461301231510411163
Binary1100010011011101100110101101010011110110001001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4dd26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4dd26; }

 p { color: rgb(196,221,38); }

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

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

 a { background-color: rgb(196,221,38); }

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

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

 span { border-color: rgb(196,221,38); }

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