Html Css Color HEX #CCFF80 Sulu

📋 copy color: '#CCFF80'

red 204 ◦ green 255 ◦ blue 128

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

Shades of Sulu #CCFF80

Tints of Sulu #CCFF80

RGB

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

 GREEN value IS 255 (100% from 255) = 43.44%

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

R = 34.75%
G = 43.44%
B = 21.81%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#CCFF80 (or 0xCCFF80) is known color: Sulu. HEX triplet: CC, FF and 80. RGB value is (204,255,128). Sum of RGB (Red+Green+Blue) = 204+255+128=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF80 is #33007F. Grayscale: #E1E1E1. Windows color (decimal): -3342464 or 8454092. OLE color: 8454092.

HSL color Cylindrical-coordinate representation of color #CCFF80: hue angle of 84.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCFF80 is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 128 -
CMYK 0.2 0 0.50 0
HSL 84.09º 1% 0.75% -
HSV(B) 84.09º 0.5% 1% -
XYZ 64.56 85.92 33.6 -
YUV 225.27 73.1 112.83 -
System Red Green Blue C M Y K H S L
Decimal 204 255 128 0.2 0 0.50 0 84.09 1 0.75
Hex CC FF 80 14 0 32 0 54 64 4B
Octal 314 377 200 24 0 62 0 124 144 113
Binary 11001100 11111111 10000000 10100 0 110010 0 1010100 1100100 1001011

Color Harmonies of #CCFF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF80

Black with #CCFF80

Text Example


Text Example

White with #CCFF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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