Html Css Color HEX #CAE155 Wild Willow

📋 copy color: '#CAE155'

red 202 ◦ green 225 ◦ blue 85

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

Shades of Wild Willow #CAE155

Tints of Wild Willow #CAE155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.6%

R = 39.45%
G = 43.95%
B = 16.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#CAE155 (or 0xCAE155) is known color: Wild Willow. HEX triplet: CA, E1 and 55. RGB value is (202,225,85). Sum of RGB (Red+Green+Blue) = 202+225+85=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE155 is #351EAA. Grayscale: #CACACA. Windows color (decimal): -3481259 or 5628362. OLE color: 5628362.

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

Color convert

RGB 202 225 85 -
CMYK 0.10 0 0.62 0.12
HSL 69.86º 0.7% 0.61% -
HSV(B) 69.86º 0.62% 0.88% -
XYZ 52.92 67.06 18.75 -
YUV 202.16 61.88 127.88 -
System Red Green Blue C M Y K H S L
Decimal 202 225 85 0.10 0 0.62 0.12 69.86 0.7 0.61
Hex CA E1 55 A 0 3E C 46 46 3D
Octal 312 341 125 12 0 76 14 106 106 75
Binary 11001010 11100001 1010101 1010 0 111110 1100 1000110 1000110 111101

Color Harmonies of #CAE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE155

Black with #CAE155

Text Example


Text Example

White with #CAE155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE155; }

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

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

background-color css

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

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

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

border-color css

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

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

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