#CCFD75

Color #CCFD75 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CCFD75

Tints of Sulu #CCFD75

Color information

#CCFD75 (or 0xCCFD75) is unknown color: approx Sulu. HEX triplet: CC, FD and 75. RGB value is (204,253,117). Sum of RGB (Red+Green+Blue) = 204+253+117=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD75 is #33028A. Grayscale: #DFDFDF. Windows color (decimal): -3342987 or 7732684. OLE color: 7732684.

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

Color convert

RGB204253117-
CMYK0.1900.540.01
HSL81.62º97.14%72.55%-
HSV(B)81.62º53.75%99.22%-
XYZ63.2484.3729.78-
YUV222.8468.27114.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 253 (99.22% from 255) = 44.08%
BLUE value IS 117 (46.09% from 255) = 20.38%
R=35.54%
G=44.08%
B=20.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531170.1900.540.0181.6297.1472.55
HexCCFD75130361526149
Octal314375165230661122141111
Binary110011001111110111101011001101101101101001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD75; }

 p { color: rgb(204,253,117); }

 H1.HeaderClassName
 {
   color: #CCFD75;
 }
 .AnyTagClassName
 {
   color: #CCFD75;
 }
</style>
background-color css

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

 a { background-color: rgb(204,253,117); }

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

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

 span { border-color: rgb(204,253,117); }

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