Html Css Color HEX #CCFC80 Sulu

📋 copy color: '#CCFC80'

red 204 ◦ green 252 ◦ blue 128

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

Shades of Sulu #CCFC80

Tints of Sulu #CCFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.15%

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

R = 34.93%
G = 43.15%
B = 21.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#CCFC80 (or 0xCCFC80) is known color: Sulu. HEX triplet: CC, FC and 80. RGB value is (204,252,128). Sum of RGB (Red+Green+Blue) = 204+252+128=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC80 is #33037F. Grayscale: #DFDFDF. Windows color (decimal): -3343232 or 8453324. OLE color: 8453324.

HSL color Cylindrical-coordinate representation of color #CCFC80: hue angle of 83.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCFC80 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 128 -
CMYK 0.19 0 0.49 0.01
HSL 83.23º 0.95% 0.75% -
HSV(B) 83.23º 0.49% 0.99% -
XYZ 63.61 84.02 33.29 -
YUV 223.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 204 252 128 0.19 0 0.49 0.01 83.23 0.95 0.75
Hex CC FC 80 13 0 31 1 53 5F 4B
Octal 314 374 200 23 0 61 1 123 137 113
Binary 11001100 11111100 10000000 10011 0 110001 1 1010011 1011111 1001011

Color Harmonies of #CCFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC80

Black with #CCFC80

Text Example


Text Example

White with #CCFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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