Html Css Color HEX #CCE880 Sulu

📋 copy color: '#CCE880'

red 204 ◦ green 232 ◦ blue 128

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

Shades of Sulu #CCE880

Tints of Sulu #CCE880

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.13%

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

R = 36.17%
G = 41.13%
B = 22.7%

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

#CCE880 (or 0xCCE880) is known color: Sulu. HEX triplet: CC, E8 and 80. RGB value is (204,232,128). Sum of RGB (Red+Green+Blue) = 204+232+128=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE880 is #33177F. Grayscale: #D4D4D4. Windows color (decimal): -3348352 or 8448204. OLE color: 8448204.

HSL color Cylindrical-coordinate representation of color #CCE880: hue angle of 76.15º degrees, saturation: 0.69, 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 #CCE880 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 128 -
CMYK 0.12 0 0.45 0.09
HSL 76.15º 0.69% 0.71% -
HSV(B) 76.15º 0.45% 0.91% -
XYZ 57.65 72.11 31.3 -
YUV 211.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 204 232 128 0.12 0 0.45 0.09 76.15 0.69 0.71
Hex CC E8 80 C 0 2D 9 4C 45 47
Octal 314 350 200 14 0 55 11 114 105 107
Binary 11001100 11101000 10000000 1100 0 101101 1001 1001100 1000101 1000111

Color Harmonies of #CCE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE880

Black with #CCE880

Text Example


Text Example

White with #CCE880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE880; }

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

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

background-color css

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

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

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

border-color css

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

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

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