Html Css Color HEX #CEE480 Sulu

📋 copy color: '#CEE480'

red 206 ◦ green 228 ◦ blue 128

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

Shades of Sulu #CEE480

Tints of Sulu #CEE480

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.57%

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

R = 36.65%
G = 40.57%
B = 22.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#CEE480 (or 0xCEE480) is known color: Sulu. HEX triplet: CE, E4 and 80. RGB value is (206,228,128). Sum of RGB (Red+Green+Blue) = 206+228+128=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE480 is #311B7F. Grayscale: #D2D2D2. Windows color (decimal): -3218304 or 8447182. OLE color: 8447182.

HSL color Cylindrical-coordinate representation of color #CEE480: hue angle of 73.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEE480 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 128 -
CMYK 0.10 0 0.44 0.11
HSL 73.2º 0.65% 0.7% -
HSV(B) 73.2º 0.44% 0.89% -
XYZ 57.09 70.17 30.96 -
YUV 210.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 206 228 128 0.10 0 0.44 0.11 73.2 0.65 0.7
Hex CE E4 80 A 0 2C B 49 41 46
Octal 316 344 200 12 0 54 13 111 101 106
Binary 11001110 11100100 10000000 1010 0 101100 1011 1001001 1000001 1000110

Color Harmonies of #CEE480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE480

Black with #CEE480

Text Example


Text Example

White with #CEE480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE480; }

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

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

background-color css

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

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

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

border-color css

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

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

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