Html Css Color HEX #CEE080 Sulu

📋 copy color: '#CEE080'

red 206 ◦ green 224 ◦ blue 128

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

Shades of Sulu #CEE080

Tints of Sulu #CEE080

RGB

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

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

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

R = 36.92%
G = 40.14%
B = 22.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#CEE080 (or 0xCEE080) is known color: Sulu. HEX triplet: CE, E0 and 80. RGB value is (206,224,128). Sum of RGB (Red+Green+Blue) = 206+224+128=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE080 is #311F7F. Grayscale: #D0D0D0. Windows color (decimal): -3219328 or 8446158. OLE color: 8446158.

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

Color convert

RGB 206 224 128 -
CMYK 0.08 0 0.43 0.12
HSL 71.25º 0.61% 0.69% -
HSV(B) 71.25º 0.43% 0.88% -
XYZ 56.01 67.99 30.59 -
YUV 207.67 83.04 126.81 -
System Red Green Blue C M Y K H S L
Decimal 206 224 128 0.08 0 0.43 0.12 71.25 0.61 0.69
Hex CE E0 80 8 0 2B C 47 3D 45
Octal 316 340 200 10 0 53 14 107 75 105
Binary 11001110 11100000 10000000 1000 0 101011 1100 1000111 111101 1000101

Color Harmonies of #CEE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE080

Black with #CEE080

Text Example


Text Example

White with #CEE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE080; }

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

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

background-color css

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

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

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

border-color css

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

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

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