#AFFF78

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

Shades of Sulu #AFFF78

Tints of Sulu #AFFF78

Color information

#AFFF78 (or 0xAFFF78) is unknown color: approx Sulu. HEX triplet: AF, FF and 78. RGB value is (175,255,120). Sum of RGB (Red+Green+Blue) = 175+255+120=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF78 is #500087. Grayscale: #D8D8D8. Windows color (decimal): -5243016 or 7929775. OLE color: 7929775.

HSL color Cylindrical-coordinate representation of color #AFFF78: hue angle of 95.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFFF78 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB175255120-
CMYK0.3100.530
HSL95.56º100%73.53%-
HSV(B)95.56º52.94%100%-
XYZ56.8381.9930.6-
YUV215.697498.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 120 (47.27% from 255) = 21.82%
R=31.82%
G=46.36%
B=21.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551200.3100.53095.5610073.53
HexAFFF781F035060644a
Octal257377170370650140144112
Binary101011111111111111110001111101101010110000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF78; }

 p { color: rgb(175,255,120); }

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

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

 a { background-color: rgb(175,255,120); }

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

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

 span { border-color: rgb(175,255,120); }

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