Html Css Color HEX #CAD54E Wild Willow

📋 copy color: '#CAD54E'

red 202 ◦ green 213 ◦ blue 78

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

Shades of Wild Willow #CAD54E

Tints of Wild Willow #CAD54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.82%

R = 40.97%
G = 43.2%
B = 15.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#CAD54E (or 0xCAD54E) is known color: Wild Willow. HEX triplet: CA, D5 and 4E. RGB value is (202,213,78). Sum of RGB (Red+Green+Blue) = 202+213+78=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD54E is #352AB1. Grayscale: #C2C2C2. Windows color (decimal): -3484338 or 5166538. OLE color: 5166538.

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

Color convert

RGB 202 213 78 -
CMYK 0.05 0 0.63 0.16
HSL 64.89º 0.62% 0.57% -
HSV(B) 64.89º 0.63% 0.84% -
XYZ 49.53 60.7 16.31 -
YUV 194.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 202 213 78 0.05 0 0.63 0.16 64.89 0.62 0.57
Hex CA D5 4E 5 0 3F 10 41 3E 39
Octal 312 325 116 5 0 77 20 101 76 71
Binary 11001010 11010101 1001110 101 0 111111 10000 1000001 111110 111001

Color Harmonies of #CAD54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD54E

Black with #CAD54E

Text Example


Text Example

White with #CAD54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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