Html Css Color HEX #CADB5D Wild Willow

📋 copy color: '#CADB5D'

red 202 ◦ green 219 ◦ blue 93

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

Shades of Wild Willow #CADB5D

Tints of Wild Willow #CADB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.09%

R = 39.3%
G = 42.61%
B = 18.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#CADB5D (or 0xCADB5D) is known color: Wild Willow. HEX triplet: CA, DB and 5D. RGB value is (202,219,93). Sum of RGB (Red+Green+Blue) = 202+219+93=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB5D is #3524A2. Grayscale: #C8C8C8. Windows color (decimal): -3482787 or 6151114. OLE color: 6151114.

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

Color convert

RGB 202 219 93 -
CMYK 0.08 0 0.58 0.14
HSL 68.1º 0.64% 0.61% -
HSV(B) 68.1º 0.58% 0.86% -
XYZ 51.66 64.01 19.99 -
YUV 199.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 202 219 93 0.08 0 0.58 0.14 68.1 0.64 0.61
Hex CA DB 5D 8 0 3A E 44 40 3D
Octal 312 333 135 10 0 72 16 104 100 75
Binary 11001010 11011011 1011101 1000 0 111010 1110 1000100 1000000 111101

Color Harmonies of #CADB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB5D

Black with #CADB5D

Text Example


Text Example

White with #CADB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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