Html Css Color HEX #CADB50 Wild Willow

📋 copy color: '#CADB50'

red 202 ◦ green 219 ◦ blue 80

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

Shades of Wild Willow #CADB50

Tints of Wild Willow #CADB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.71%

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 40.32%
G = 43.71%
B = 15.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#CADB50 (or 0xCADB50) is known color: Wild Willow. HEX triplet: CA, DB and 50. RGB value is (202,219,80). Sum of RGB (Red+Green+Blue) = 202+219+80=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB50 is #3524AF. Grayscale: #C6C6C6. Windows color (decimal): -3482800 or 5299146. OLE color: 5299146.

HSL color Cylindrical-coordinate representation of color #CADB50: hue angle of 67.34º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CADB50 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 80 -
CMYK 0.08 0 0.63 0.14
HSL 67.34º 0.66% 0.59% -
HSV(B) 67.34º 0.63% 0.86% -
XYZ 51.14 63.8 17.21 -
YUV 198.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 202 219 80 0.08 0 0.63 0.14 67.34 0.66 0.59
Hex CA DB 50 8 0 3F E 43 42 3B
Octal 312 333 120 10 0 77 16 103 102 73
Binary 11001010 11011011 1010000 1000 0 111111 1110 1000011 1000010 111011

Color Harmonies of #CADB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB50

Black with #CADB50

Text Example


Text Example

White with #CADB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB50; }

 p { color: rgb(202,219,80); }

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

background-color css

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

 a { background-color: rgb(202,219,80); }

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

border-color css

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

 span { border-color: rgb(202,219,80); }

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