#CCFD7A

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

Shades of Sulu #CCFD7A

Tints of Sulu #CCFD7A

Color information

#CCFD7A (or 0xCCFD7A) is unknown color: approx Sulu. HEX triplet: CC, FD and 7A. RGB value is (204,253,122). Sum of RGB (Red+Green+Blue) = 204+253+122=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD7A is #330285. Grayscale: #DFDFDF. Windows color (decimal): -3342982 or 8060364. OLE color: 8060364.

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

Color convert

RGB204253122-
CMYK0.1900.520.01
HSL82.44º97.04%73.53%-
HSV(B)82.44º51.78%99.22%-
XYZ63.5484.4931.37-
YUV223.4270.77114.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 253 (99.22% from 255) = 43.70%
BLUE value IS 122 (48.05% from 255) = 21.07%
R=35.23%
G=43.70%
B=21.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531220.1900.520.0182.4497.0473.53
HexCCFD7A13034152614a
Octal314375172230641122141112
Binary110011001111110111110101001101101001101001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD7A; }

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

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

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

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

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

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

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

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