Html Css Color HEX #CEE081 Sulu

📋 copy color: '#CEE081'

red 206 ◦ green 224 ◦ blue 129

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

Shades of Sulu #CEE081

Tints of Sulu #CEE081

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.07%

 BLUE value IS 129 (50.78% from 255) = 23.08%

R = 36.85%
G = 40.07%
B = 23.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#CEE081 (or 0xCEE081) is known color: Sulu. HEX triplet: CE, E0 and 81. RGB value is (206,224,129). Sum of RGB (Red+Green+Blue) = 206+224+129=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE081 is #311F7E. Grayscale: #D0D0D0. Windows color (decimal): -3219327 or 8511694. OLE color: 8511694.

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

Color convert

RGB 206 224 129 -
CMYK 0.08 0 0.42 0.12
HSL 71.37º 0.61% 0.69% -
HSV(B) 71.37º 0.42% 0.88% -
XYZ 56.07 68.02 30.94 -
YUV 207.79 83.54 126.72 -
System Red Green Blue C M Y K H S L
Decimal 206 224 129 0.08 0 0.42 0.12 71.37 0.61 0.69
Hex CE E0 81 8 0 2A C 47 3D 45
Octal 316 340 201 10 0 52 14 107 75 105
Binary 11001110 11100000 10000001 1000 0 101010 1100 1000111 111101 1000101

Color Harmonies of #CEE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE081

Black with #CEE081

Text Example


Text Example

White with #CEE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE081; }

 p { color: rgb(206,224,129); }

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

background-color css

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

 a { background-color: rgb(206,224,129); }

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

border-color css

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

 span { border-color: rgb(206,224,129); }

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