#C2CD23

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

Shades of Fuego #C2CD23

Tints of Fuego #C2CD23

Color information

#C2CD23 (or 0xC2CD23) is unknown color: approx Fuego. HEX triplet: C2, CD and 23. RGB value is (194,205,35). Sum of RGB (Red+Green+Blue) = 194+205+35=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD23 is #3D32DC. Grayscale: #B6B6B6. Windows color (decimal): -4010717 or 2346434. OLE color: 2346434.

HSL color Cylindrical-coordinate representation of color #C2CD23: hue angle of 63.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2CD23 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB19420535-
CMYK0.0500.830.20
HSL63.88º70.83%47.06%-
HSV(B)63.88º82.93%80.39%-
XYZ44.3855.259.92-
YUV182.3344.86136.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 35 (14.06% from 255) = 8.06%
R=44.70%
G=47.24%
B=8.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194205350.0500.830.2063.8870.8347.06
HexC2CD2350531440472f
Octal30231543501232410010757
Binary1100001011001101100011101010100111010010000001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD23; }

 p { color: rgb(194,205,35); }

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

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

 a { background-color: rgb(194,205,35); }

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

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

 span { border-color: rgb(194,205,35); }

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