Html Css Color HEX #CCED80 Sulu

📋 copy color: '#CCED80'

red 204 ◦ green 237 ◦ blue 128

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

Shades of Sulu #CCED80

Tints of Sulu #CCED80

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

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

R = 35.85%
G = 41.65%
B = 22.5%

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

#CCED80 (or 0xCCED80) is known color: Sulu. HEX triplet: CC, ED and 80. RGB value is (204,237,128). Sum of RGB (Red+Green+Blue) = 204+237+128=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED80 is #33127F. Grayscale: #D7D7D7. Windows color (decimal): -3347072 or 8449484. OLE color: 8449484.

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

Color convert

RGB 204 237 128 -
CMYK 0.14 0 0.46 0.07
HSL 78.17º 0.75% 0.72% -
HSV(B) 78.17º 0.46% 0.93% -
XYZ 59.08 74.96 31.78 -
YUV 214.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 204 237 128 0.14 0 0.46 0.07 78.17 0.75 0.72
Hex CC ED 80 E 0 2E 7 4E 4B 48
Octal 314 355 200 16 0 56 7 116 113 110
Binary 11001100 11101101 10000000 1110 0 101110 111 1001110 1001011 1001000

Color Harmonies of #CCED80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED80

Black with #CCED80

Text Example


Text Example

White with #CCED80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED80; }

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

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

background-color css

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

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

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

border-color css

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

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

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