Html Css Color HEX #CCE580 Sulu

📋 copy color: '#CCE580'

red 204 ◦ green 229 ◦ blue 128

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

Shades of Sulu #CCE580

Tints of Sulu #CCE580

RGB

 RED value IS 204 (80.08% from 255) = 36.36%

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

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

R = 36.36%
G = 40.82%
B = 22.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#CCE580 (or 0xCCE580) is known color: Sulu. HEX triplet: CC, E5 and 80. RGB value is (204,229,128). Sum of RGB (Red+Green+Blue) = 204+229+128=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE580 is #331A7F. Grayscale: #D2D2D2. Windows color (decimal): -3349120 or 8447436. OLE color: 8447436.

HSL color Cylindrical-coordinate representation of color #CCE580: hue angle of 74.85º 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 #CCE580 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 128 -
CMYK 0.11 0 0.44 0.10
HSL 74.85º 0.66% 0.7% -
HSV(B) 74.85º 0.44% 0.9% -
XYZ 56.82 70.43 31.02 -
YUV 210.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 204 229 128 0.11 0 0.44 0.10 74.85 0.66 0.7
Hex CC E5 80 B 0 2C A 4B 42 46
Octal 314 345 200 13 0 54 12 113 102 106
Binary 11001100 11100101 10000000 1011 0 101100 1010 1001011 1000010 1000110

Color Harmonies of #CCE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE580

Black with #CCE580

Text Example


Text Example

White with #CCE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE580; }

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

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

background-color css

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

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

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

border-color css

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

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

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