Html Css Color HEX #CCEC80 Sulu

📋 copy color: '#CCEC80'

red 204 ◦ green 236 ◦ blue 128

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

Shades of Sulu #CCEC80

Tints of Sulu #CCEC80

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

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

R = 35.92%
G = 41.55%
B = 22.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#CCEC80 (or 0xCCEC80) is known color: Sulu. HEX triplet: CC, EC and 80. RGB value is (204,236,128). Sum of RGB (Red+Green+Blue) = 204+236+128=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC80 is #33137F. Grayscale: #D6D6D6. Windows color (decimal): -3347328 or 8449228. OLE color: 8449228.

HSL color Cylindrical-coordinate representation of color #CCEC80: hue angle of 77.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCEC80 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 128 -
CMYK 0.14 0 0.46 0.07
HSL 77.78º 0.74% 0.71% -
HSV(B) 77.78º 0.46% 0.93% -
XYZ 58.79 74.39 31.68 -
YUV 214.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 204 236 128 0.14 0 0.46 0.07 77.78 0.74 0.71
Hex CC EC 80 E 0 2E 7 4E 4A 47
Octal 314 354 200 16 0 56 7 116 112 107
Binary 11001100 11101100 10000000 1110 0 101110 111 1001110 1001010 1000111

Color Harmonies of #CCEC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC80

Black with #CCEC80

Text Example


Text Example

White with #CCEC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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