Html Css Color HEX #CAE186 Sulu

📋 copy color: '#CAE186'

red 202 ◦ green 225 ◦ blue 134

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

Shades of Sulu #CAE186

Tints of Sulu #CAE186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.89%

R = 36.01%
G = 40.11%
B = 23.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#CAE186 (or 0xCAE186) is known color: Sulu. HEX triplet: CA, E1 and 86. RGB value is (202,225,134). Sum of RGB (Red+Green+Blue) = 202+225+134=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE186 is #351E79. Grayscale: #D0D0D0. Windows color (decimal): -3481210 or 8839626. OLE color: 8839626.

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

Color convert

RGB 202 225 134 -
CMYK 0.10 0 0.40 0.12
HSL 75.16º 0.6% 0.7% -
HSV(B) 75.16º 0.4% 0.88% -
XYZ 55.59 68.13 32.77 -
YUV 207.75 86.38 123.9 -
System Red Green Blue C M Y K H S L
Decimal 202 225 134 0.10 0 0.40 0.12 75.16 0.6 0.7
Hex CA E1 86 A 0 28 C 4B 3C 46
Octal 312 341 206 12 0 50 14 113 74 106
Binary 11001010 11100001 10000110 1010 0 101000 1100 1001011 111100 1000110

Color Harmonies of #CAE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE186

Black with #CAE186

Text Example


Text Example

White with #CAE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE186; }

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

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

background-color css

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

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

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

border-color css

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

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

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