#CAD825

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

Shades of Fuego #CAD825

Tints of Fuego #CAD825

Color information

#CAD825 (or 0xCAD825) is unknown color: approx Fuego. HEX triplet: CA, D8 and 25. RGB value is (202,216,37). Sum of RGB (Red+Green+Blue) = 202+216+37=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD825 is #3527DA. Grayscale: #C0C0C0. Windows color (decimal): -3483611 or 2480330. OLE color: 2480330.

HSL color Cylindrical-coordinate representation of color #CAD825: hue angle of 64.69º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAD825 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB20221637-
CMYK0.0600.830.15
HSL64.69º70.75%49.61%-
HSV(B)64.69º82.87%84.71%-
XYZ49.2561.811.08-
YUV191.4140.86135.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 37 (14.84% from 255) = 8.13%
R=44.40%
G=47.47%
B=8.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202216370.0600.830.1564.6970.7549.61
HexCAD8256053F414732
Octal31233045601231710110762
Binary110010101101100010010111001010011111110000011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD825; }

 p { color: rgb(202,216,37); }

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

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

 a { background-color: rgb(202,216,37); }

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

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

 span { border-color: rgb(202,216,37); }

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