#CAD56F

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

Shades of Goldenrod #CAD56F

Tints of Goldenrod #CAD56F

Color information

#CAD56F (or 0xCAD56F) is unknown color: approx Goldenrod. HEX triplet: CA, D5 and 6F. RGB value is (202,213,111). Sum of RGB (Red+Green+Blue) = 202+213+111=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD56F is #352A90. Grayscale: #C6C6C6. Windows color (decimal): -3484305 or 7329226. OLE color: 7329226.

HSL color Cylindrical-coordinate representation of color #CAD56F: hue angle of 66.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAD56F is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB202213111-
CMYK0.0500.480.16
HSL66.47º54.84%63.53%-
HSV(B)66.47º47.89%83.53%-
XYZ51.0261.2924.18-
YUV198.0878.86130.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 111 (43.75% from 255) = 21.10%
R=38.40%
G=40.49%
B=21.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131110.0500.480.1666.4754.8463.53
HexCAD56F503010423740
Octal31232515750602010267100
Binary1100101011010101110111110101100001000010000101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD56F; }

 p { color: rgb(202,213,111); }

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

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

 a { background-color: rgb(202,213,111); }

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

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

 span { border-color: rgb(202,213,111); }

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