Html Css Color HEX #CAD36E Goldenrod

📋 copy color: '#CAD36E'

red 202 ◦ green 211 ◦ blue 110

#CAD36E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CAD36E

Tints of Goldenrod #CAD36E

RGB

 RED value IS 202 (79.3% from 255) = 38.62%

 GREEN value IS 211 (82.81% from 255) = 40.34%

 BLUE value IS 110 (43.36% from 255) = 21.03%

R = 38.62%
G = 40.34%
B = 21.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#CAD36E (or 0xCAD36E) is known color: Goldenrod. HEX triplet: CA, D3 and 6E. RGB value is (202,211,110). Sum of RGB (Red+Green+Blue) = 202+211+110=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD36E is #352C91. Grayscale: #C5C5C5. Windows color (decimal): -3484818 or 7263178. OLE color: 7263178.

HSL color Cylindrical-coordinate representation of color #CAD36E: hue angle of 65.35º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAD36E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 110 -
CMYK 0.04 0 0.48 0.17
HSL 65.35º 0.53% 0.63% -
HSV(B) 65.35º 0.48% 0.83% -
XYZ 50.47 60.27 23.73 -
YUV 196.8 79.02 131.71 -
System Red Green Blue C M Y K H S L
Decimal 202 211 110 0.04 0 0.48 0.17 65.35 0.53 0.63
Hex CA D3 6E 4 0 30 11 41 35 3F
Octal 312 323 156 4 0 60 21 101 65 77
Binary 11001010 11010011 1101110 100 0 110000 10001 1000001 110101 111111

Color Harmonies of #CAD36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD36E

Black with #CAD36E

Text Example


Text Example

White with #CAD36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD36E; }

 p { color: rgb(202,211,110); }

 H1.HeaderClassName
 {
   color: #CAD36E;
 }
 .AnyTagClassName
 {
   color: #CAD36E;
 }
</style>

background-color css

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

 a { background-color: rgb(202,211,110); }

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

border-color css

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

 span { border-color: rgb(202,211,110); }

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