#C7CD30

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

Shades of Fuego #C7CD30

Tints of Fuego #C7CD30

Color information

#C7CD30 (or 0xC7CD30) is unknown color: approx Fuego. HEX triplet: C7, CD and 30. RGB value is (199,205,48). Sum of RGB (Red+Green+Blue) = 199+205+48=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CD30 is #3832CF. Grayscale: #B9B9B9. Windows color (decimal): -3683024 or 3198407. OLE color: 3198407.

HSL color Cylindrical-coordinate representation of color #C7CD30: hue angle of 62.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7CD30 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB19920548-
CMYK0.0300.770.20
HSL62.29º62.06%49.61%-
HSV(B)62.29º76.59%80.39%-
XYZ45.9256.0211.19-
YUV185.3150.51137.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 205 (80.47% from 255) = 45.35%
BLUE value IS 48 (19.14% from 255) = 10.62%
R=44.03%
G=45.35%
B=10.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199205480.0300.770.2062.2962.0649.61
HexC7CD30304D143e3e32
Octal307315603011524767662
Binary1100011111001101110000110100110110100111110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD30; }

 p { color: rgb(199,205,48); }

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

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

 a { background-color: rgb(199,205,48); }

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

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

 span { border-color: rgb(199,205,48); }

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