Html Css Color HEX #CAE686 Sulu

📋 copy color: '#CAE686'

red 202 ◦ green 230 ◦ blue 134

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

Shades of Sulu #CAE686

Tints of Sulu #CAE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.64%

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

R = 35.69%
G = 40.64%
B = 23.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#CAE686 (or 0xCAE686) is known color: Sulu. HEX triplet: CA, E6 and 86. RGB value is (202,230,134). Sum of RGB (Red+Green+Blue) = 202+230+134=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE686 is #351979. Grayscale: #D3D3D3. Windows color (decimal): -3479930 or 8840906. OLE color: 8840906.

HSL color Cylindrical-coordinate representation of color #CAE686: hue angle of 77.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAE686 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 134 -
CMYK 0.12 0 0.42 0.10
HSL 77.5º 0.66% 0.71% -
HSV(B) 77.5º 0.42% 0.9% -
XYZ 56.96 70.87 33.23 -
YUV 210.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 202 230 134 0.12 0 0.42 0.10 77.5 0.66 0.71
Hex CA E6 86 C 0 2A A 4E 42 47
Octal 312 346 206 14 0 52 12 116 102 107
Binary 11001010 11100110 10000110 1100 0 101010 1010 1001110 1000010 1000111

Color Harmonies of #CAE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE686

Black with #CAE686

Text Example


Text Example

White with #CAE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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