Html Css Color HEX #CAD54F Wild Willow

📋 copy color: '#CAD54F'

red 202 ◦ green 213 ◦ blue 79

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

Shades of Wild Willow #CAD54F

Tints of Wild Willow #CAD54F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 40.89%
G = 43.12%
B = 15.99%

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

#CAD54F (or 0xCAD54F) is known color: Wild Willow. HEX triplet: CA, D5 and 4F. RGB value is (202,213,79). Sum of RGB (Red+Green+Blue) = 202+213+79=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD54F is #352AB0. Grayscale: #C2C2C2. Windows color (decimal): -3484337 or 5232074. OLE color: 5232074.

HSL color Cylindrical-coordinate representation of color #CAD54F: hue angle of 64.93º degrees, saturation: 0.61, 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 #CAD54F is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 79 -
CMYK 0.05 0 0.63 0.16
HSL 64.93º 0.61% 0.57% -
HSV(B) 64.93º 0.63% 0.84% -
XYZ 49.56 60.71 16.5 -
YUV 194.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 202 213 79 0.05 0 0.63 0.16 64.93 0.61 0.57
Hex CA D5 4F 5 0 3F 10 41 3D 39
Octal 312 325 117 5 0 77 20 101 75 71
Binary 11001010 11010101 1001111 101 0 111111 10000 1000001 111101 111001

Color Harmonies of #CAD54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD54F

Black with #CAD54F

Text Example


Text Example

White with #CAD54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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