#C7DC2E

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

Shades of Fuego #C7DC2E

Tints of Fuego #C7DC2E

Color information

#C7DC2E (or 0xC7DC2E) is unknown color: approx Fuego. HEX triplet: C7, DC and 2E. RGB value is (199,220,46). Sum of RGB (Red+Green+Blue) = 199+220+46=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC2E is #3823D1. Grayscale: #C2C2C2. Windows color (decimal): -3679186 or 3071175. OLE color: 3071175.

HSL color Cylindrical-coordinate representation of color #C7DC2E: hue angle of 67.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7DC2E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB19922046-
CMYK0.1000.790.14
HSL67.24º71.31%52.16%-
HSV(B)67.24º79.09%86.27%-
XYZ49.6463.5312.23-
YUV193.8844.54131.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 46 (18.36% from 255) = 9.89%
R=42.80%
G=47.31%
B=9.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199220460.1000.790.1467.2471.3152.16
HexC7DC2EA04FE434734
Octal307334561201171610310764
Binary1100011111011100101110101001001111111010000111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DC2E; }

 p { color: rgb(199,220,46); }

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

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

 a { background-color: rgb(199,220,46); }

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

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

 span { border-color: rgb(199,220,46); }

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