#CCFA76

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

Shades of Sulu #CCFA76

Tints of Sulu #CCFA76

Color information

#CCFA76 (or 0xCCFA76) is unknown color: approx Sulu. HEX triplet: CC, FA and 76. RGB value is (204,250,118). Sum of RGB (Red+Green+Blue) = 204+250+118=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFA76 is #330589. Grayscale: #DDDDDD. Windows color (decimal): -3343754 or 7797452. OLE color: 7797452.

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

Color convert

RGB204250118-
CMYK0.1800.530.02
HSL80.91º92.96%72.16%-
HSV(B)80.91º52.8%98.04%-
XYZ62.3682.5229.78-
YUV221.269.76115.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 118 (46.48% from 255) = 20.63%
R=35.66%
G=43.71%
B=20.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501180.1800.530.0280.9192.9672.16
HexCCFA76120352515d48
Octal314372166220652121135110
Binary1100110011111010111011010010011010110101000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA76; }

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

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

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

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

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

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

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

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