Html Css Color HEX #CAD55A Wild Willow

📋 copy color: '#CAD55A'

red 202 ◦ green 213 ◦ blue 90

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

Shades of Wild Willow #CAD55A

Tints of Wild Willow #CAD55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 40%
G = 42.18%
B = 17.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#CAD55A (or 0xCAD55A) is known color: Wild Willow. HEX triplet: CA, D5 and 5A. RGB value is (202,213,90). Sum of RGB (Red+Green+Blue) = 202+213+90=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD55A is #352AA5. Grayscale: #C4C4C4. Windows color (decimal): -3484326 or 5952970. OLE color: 5952970.

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

Color convert

RGB 202 213 90 -
CMYK 0.05 0 0.58 0.16
HSL 65.37º 0.59% 0.59% -
HSV(B) 65.37º 0.58% 0.84% -
XYZ 50 60.88 18.79 -
YUV 195.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 202 213 90 0.05 0 0.58 0.16 65.37 0.59 0.59
Hex CA D5 5A 5 0 3A 10 41 3B 3B
Octal 312 325 132 5 0 72 20 101 73 73
Binary 11001010 11010101 1011010 101 0 111010 10000 1000001 111011 111011

Color Harmonies of #CAD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD55A

Black with #CAD55A

Text Example


Text Example

White with #CAD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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