Html Css Color HEX #CEE083 Sulu

📋 copy color: '#CEE083'

red 206 ◦ green 224 ◦ blue 131

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

Shades of Sulu #CEE083

Tints of Sulu #CEE083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.35%

R = 36.72%
G = 39.93%
B = 23.35%

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

#CEE083 (or 0xCEE083) is known color: Sulu. HEX triplet: CE, E0 and 83. RGB value is (206,224,131). Sum of RGB (Red+Green+Blue) = 206+224+131=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE083 is #311F7C. Grayscale: #D0D0D0. Windows color (decimal): -3219325 or 8642766. OLE color: 8642766.

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

Color convert

RGB 206 224 131 -
CMYK 0.08 0 0.42 0.12
HSL 71.61º 0.6% 0.7% -
HSV(B) 71.61º 0.42% 0.88% -
XYZ 56.21 68.07 31.65 -
YUV 208.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 206 224 131 0.08 0 0.42 0.12 71.61 0.6 0.7
Hex CE E0 83 8 0 2A C 48 3C 46
Octal 316 340 203 10 0 52 14 110 74 106
Binary 11001110 11100000 10000011 1000 0 101010 1100 1001000 111100 1000110

Color Harmonies of #CEE083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE083

Black with #CEE083

Text Example


Text Example

White with #CEE083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE083; }

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

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

background-color css

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

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

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

border-color css

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

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

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