#AFF57A

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

Shades of Sulu #AFF57A

Tints of Sulu #AFF57A

Color information

#AFF57A (or 0xAFF57A) is unknown color: approx Sulu. HEX triplet: AF, F5 and 7A. RGB value is (175,245,122). Sum of RGB (Red+Green+Blue) = 175+245+122=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF57A is #500A85. Grayscale: #D2D2D2. Windows color (decimal): -5245574 or 8058287. OLE color: 8058287.

HSL color Cylindrical-coordinate representation of color #AFF57A: hue angle of 94.15º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF57A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB175245122-
CMYK0.2900.500.04
HSL94.15º86.01%71.96%-
HSV(B)94.15º50.2%96.08%-
XYZ53.8475.8230.21-
YUV210.0578.31103-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 245 (96.09% from 255) = 45.20%
BLUE value IS 122 (48.05% from 255) = 22.51%
R=32.29%
G=45.20%
B=22.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451220.2900.500.0494.1586.0171.96
HexAFF57A1D03245e5648
Octal257365172350624136126110
Binary10101111111101011111010111010110010100101111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF57A; }

 p { color: rgb(175,245,122); }

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

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

 a { background-color: rgb(175,245,122); }

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

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

 span { border-color: rgb(175,245,122); }

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