Html Css Color HEX #CEE580 Sulu

📋 copy color: '#CEE580'

red 206 ◦ green 229 ◦ blue 128

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

Shades of Sulu #CEE580

Tints of Sulu #CEE580

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.67%

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

R = 36.59%
G = 40.67%
B = 22.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#CEE580 (or 0xCEE580) is known color: Sulu. HEX triplet: CE, E5 and 80. RGB value is (206,229,128). Sum of RGB (Red+Green+Blue) = 206+229+128=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE580 is #311A7F. Grayscale: #D2D2D2. Windows color (decimal): -3218048 or 8447438. OLE color: 8447438.

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

Color convert

RGB 206 229 128 -
CMYK 0.10 0 0.44 0.10
HSL 73.66º 0.66% 0.7% -
HSV(B) 73.66º 0.44% 0.9% -
XYZ 57.37 70.72 31.05 -
YUV 210.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 206 229 128 0.10 0 0.44 0.10 73.66 0.66 0.7
Hex CE E5 80 A 0 2C A 4A 42 46
Octal 316 345 200 12 0 54 12 112 102 106
Binary 11001110 11100101 10000000 1010 0 101100 1010 1001010 1000010 1000110

Color Harmonies of #CEE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE580

Black with #CEE580

Text Example


Text Example

White with #CEE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE580; }

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

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

background-color css

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

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

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

border-color css

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

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

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