Html Css Color HEX #CEE980 Sulu

📋 copy color: '#CEE980'

red 206 ◦ green 233 ◦ blue 128

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

Shades of Sulu #CEE980

Tints of Sulu #CEE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.09%

 BLUE value IS 128 (50.39% from 255) = 22.57%

R = 36.33%
G = 41.09%
B = 22.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#CEE980 (or 0xCEE980) is known color: Sulu. HEX triplet: CE, E9 and 80. RGB value is (206,233,128). Sum of RGB (Red+Green+Blue) = 206+233+128=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE980 is #31167F. Grayscale: #D5D5D5. Windows color (decimal): -3217024 or 8448462. OLE color: 8448462.

HSL color Cylindrical-coordinate representation of color #CEE980: hue angle of 75.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEE980 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 128 -
CMYK 0.12 0 0.45 0.09
HSL 75.43º 0.7% 0.71% -
HSV(B) 75.43º 0.45% 0.91% -
XYZ 58.49 72.96 31.42 -
YUV 212.96 80.05 123.04 -
System Red Green Blue C M Y K H S L
Decimal 206 233 128 0.12 0 0.45 0.09 75.43 0.7 0.71
Hex CE E9 80 C 0 2D 9 4B 46 47
Octal 316 351 200 14 0 55 11 113 106 107
Binary 11001110 11101001 10000000 1100 0 101101 1001 1001011 1000110 1000111

Color Harmonies of #CEE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE980

Black with #CEE980

Text Example


Text Example

White with #CEE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE980; }

 p { color: rgb(206,233,128); }

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

background-color css

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

 a { background-color: rgb(206,233,128); }

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

border-color css

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

 span { border-color: rgb(206,233,128); }

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