#CCFA78

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

Shades of Sulu #CCFA78

Tints of Sulu #CCFA78

Color information

#CCFA78 (or 0xCCFA78) is unknown color: approx Sulu. HEX triplet: CC, FA and 78. RGB value is (204,250,120). Sum of RGB (Red+Green+Blue) = 204+250+120=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFA78 is #330587. Grayscale: #DDDDDD. Windows color (decimal): -3343752 or 7928524. OLE color: 7928524.

HSL color Cylindrical-coordinate representation of color #CCFA78: hue angle of 81.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCFA78 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB204250120-
CMYK0.1800.520.02
HSL81.23º92.86%72.55%-
HSV(B)81.23º52%98.04%-
XYZ62.4882.5630.41-
YUV221.4370.76115.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 120 (47.27% from 255) = 20.91%
R=35.54%
G=43.55%
B=20.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501200.1800.520.0281.2392.8672.55
HexCCFA78120342515d49
Octal314372170220642121135111
Binary1100110011111010111100010010011010010101000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA78; }

 p { color: rgb(204,250,120); }

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

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

 a { background-color: rgb(204,250,120); }

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

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

 span { border-color: rgb(204,250,120); }

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