Html Css Color HEX #CAE15A Wild Willow

📋 copy color: '#CAE15A'

red 202 ◦ green 225 ◦ blue 90

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

Shades of Wild Willow #CAE15A

Tints of Wild Willow #CAE15A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.52%

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

R = 39.07%
G = 43.52%
B = 17.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#CAE15A (or 0xCAE15A) is known color: Wild Willow. HEX triplet: CA, E1 and 5A. RGB value is (202,225,90). Sum of RGB (Red+Green+Blue) = 202+225+90=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE15A is #351EA5. Grayscale: #CBCBCB. Windows color (decimal): -3481254 or 5956042. OLE color: 5956042.

HSL color Cylindrical-coordinate representation of color #CAE15A: hue angle of 70.22º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAE15A is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 90 -
CMYK 0.10 0 0.60 0.12
HSL 70.22º 0.69% 0.62% -
HSV(B) 70.22º 0.6% 0.88% -
XYZ 53.13 67.15 19.83 -
YUV 202.73 64.38 127.48 -
System Red Green Blue C M Y K H S L
Decimal 202 225 90 0.10 0 0.60 0.12 70.22 0.69 0.62
Hex CA E1 5A A 0 3C C 46 45 3E
Octal 312 341 132 12 0 74 14 106 105 76
Binary 11001010 11100001 1011010 1010 0 111100 1100 1000110 1000101 111110

Color Harmonies of #CAE15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE15A

Black with #CAE15A

Text Example


Text Example

White with #CAE15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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