Html Css Color HEX #CEE186 Sulu

📋 copy color: '#CEE186'

red 206 ◦ green 225 ◦ blue 134

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

Shades of Sulu #CEE186

Tints of Sulu #CEE186

RGB

 RED value IS 206 (80.86% from 255) = 36.46%

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

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

R = 36.46%
G = 39.82%
B = 23.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#CEE186 (or 0xCEE186) is known color: Sulu. HEX triplet: CE, E1 and 86. RGB value is (206,225,134). Sum of RGB (Red+Green+Blue) = 206+225+134=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE186 is #311E79. Grayscale: #D1D1D1. Windows color (decimal): -3219066 or 8839630. OLE color: 8839630.

HSL color Cylindrical-coordinate representation of color #CEE186: hue angle of 72.53º 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 #CEE186 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 134 -
CMYK 0.08 0 0.40 0.12
HSL 72.53º 0.6% 0.7% -
HSV(B) 72.53º 0.4% 0.88% -
XYZ 56.68 68.69 32.83 -
YUV 208.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 206 225 134 0.08 0 0.40 0.12 72.53 0.6 0.7
Hex CE E1 86 8 0 28 C 49 3C 46
Octal 316 341 206 10 0 50 14 111 74 106
Binary 11001110 11100001 10000110 1000 0 101000 1100 1001001 111100 1000110

Color Harmonies of #CEE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE186

Black with #CEE186

Text Example


Text Example

White with #CEE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE186; }

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

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

background-color css

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

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

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

border-color css

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

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

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