#c5d527

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

Shades of Fuego #C5D527

Tints of Fuego #C5D527

Color information

#C5D527 (or 0xC5D527) is unknown color: approx Fuego. HEX triplet: C5, D5 and 27. RGB value is (197,213,39). Sum of RGB (Red+Green+Blue) = 197+213+39=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D527 is #3A2AD8. Grayscale: #BDBDBD. Windows color (decimal): -3812057 or 2610629. OLE color: 2610629.

HSL color Cylindrical-coordinate representation of color #C5D527: hue angle of 65.52º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5D527 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB19721339-
CMYK0.0800.820.16
HSL65.52º69.05%49.41%-
HSV(B)65.52º81.69%83.53%-
XYZ47.1959.6110.94-
YUV188.3843.7134.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 39 (15.62% from 255) = 8.69%
R=43.88%
G=47.44%
B=8.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197213390.0800.820.1665.5269.0549.41
HexC5D527805210424531
Octal305325471001222010210561
Binary11000101110101011001111000010100101000010000101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5d527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5d527; }

 p { color: rgb(197,213,39); }

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

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

 a { background-color: rgb(197,213,39); }

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

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

 span { border-color: rgb(197,213,39); }

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