#C2D025

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

Shades of Fuego #C2D025

Tints of Fuego #C2D025

Color information

#C2D025 (or 0xC2D025) is unknown color: approx Fuego. HEX triplet: C2, D0 and 25. RGB value is (194,208,37). Sum of RGB (Red+Green+Blue) = 194+208+37=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D025 is #3D2FDA. Grayscale: #B8B8B8. Windows color (decimal): -4009947 or 2478274. OLE color: 2478274.

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

Color convert

RGB19420837-
CMYK0.0700.820.18
HSL64.91º69.8%48.04%-
HSV(B)64.91º82.21%81.57%-
XYZ45.1456.7110.32-
YUV184.3244.86134.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 208 (81.64% from 255) = 47.38%
BLUE value IS 37 (14.84% from 255) = 8.43%
R=44.19%
G=47.38%
B=8.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194208370.0700.820.1864.9169.848.04
HexC2D025705212414630
Octal30232045701222210110660
Binary1100001011010000100101111010100101001010000011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D025; }

 p { color: rgb(194,208,37); }

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

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

 a { background-color: rgb(194,208,37); }

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

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

 span { border-color: rgb(194,208,37); }

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