Html Css Color HEX #CAD568 Wild Willow

📋 copy color: '#CAD568'

red 202 ◦ green 213 ◦ blue 104

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

Shades of Wild Willow #CAD568

Tints of Wild Willow #CAD568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 38.92%
G = 41.04%
B = 20.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CAD568 (or 0xCAD568) is known color: Wild Willow. HEX triplet: CA, D5 and 68. RGB value is (202,213,104). Sum of RGB (Red+Green+Blue) = 202+213+104=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD568 is #352A97. Grayscale: #C5C5C5. Windows color (decimal): -3484312 or 6870474. OLE color: 6870474.

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

Color convert

RGB 202 213 104 -
CMYK 0.05 0 0.51 0.16
HSL 66.06º 0.56% 0.62% -
HSV(B) 66.06º 0.51% 0.84% -
XYZ 50.65 61.14 22.23 -
YUV 197.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 202 213 104 0.05 0 0.51 0.16 66.06 0.56 0.62
Hex CA D5 68 5 0 33 10 42 38 3E
Octal 312 325 150 5 0 63 20 102 70 76
Binary 11001010 11010101 1101000 101 0 110011 10000 1000010 111000 111110

Color Harmonies of #CAD568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD568

Black with #CAD568

Text Example


Text Example

White with #CAD568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD568; }

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

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

background-color css

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

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

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

border-color css

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

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

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