Html Css Color HEX #CAD553 Wild Willow

📋 copy color: '#CAD553'

red 202 ◦ green 213 ◦ blue 83

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

Shades of Wild Willow #CAD553

Tints of Wild Willow #CAD553

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.77%

 BLUE value IS 83 (32.81% from 255) = 16.67%

R = 40.56%
G = 42.77%
B = 16.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#CAD553 (or 0xCAD553) is known color: Wild Willow. HEX triplet: CA, D5 and 53. RGB value is (202,213,83). Sum of RGB (Red+Green+Blue) = 202+213+83=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD553 is #352AAC. Grayscale: #C3C3C3. Windows color (decimal): -3484333 or 5494218. OLE color: 5494218.

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

Color convert

RGB 202 213 83 -
CMYK 0.05 0 0.61 0.16
HSL 65.08º 0.61% 0.58% -
HSV(B) 65.08º 0.61% 0.84% -
XYZ 49.71 60.77 17.29 -
YUV 194.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 202 213 83 0.05 0 0.61 0.16 65.08 0.61 0.58
Hex CA D5 53 5 0 3D 10 41 3D 3A
Octal 312 325 123 5 0 75 20 101 75 72
Binary 11001010 11010101 1010011 101 0 111101 10000 1000001 111101 111010

Color Harmonies of #CAD553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD553

Black with #CAD553

Text Example


Text Example

White with #CAD553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD553; }

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

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

background-color css

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

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

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

border-color css

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

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

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