#AFF771

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

Shades of Sulu #AFF771

Tints of Sulu #AFF771

Color information

#AFF771 (or 0xAFF771) is unknown color: approx Sulu. HEX triplet: AF, F7 and 71. RGB value is (175,247,113). Sum of RGB (Red+Green+Blue) = 175+247+113=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF771 is #50088E. Grayscale: #D2D2D2. Windows color (decimal): -5245071 or 7468975. OLE color: 7468975.

HSL color Cylindrical-coordinate representation of color #AFF771: hue angle of 92.24º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFF771 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB175247113-
CMYK0.2900.540.03
HSL92.24º89.33%70.59%-
HSV(B)92.24º54.25%96.86%-
XYZ53.9276.8327.61-
YUV210.273.15102.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 247 (96.88% from 255) = 46.17%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=32.71%
G=46.17%
B=21.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471130.2900.540.0392.2489.3370.59
HexAFF7711D03635c5947
Octal257367161350663134131107
Binary1010111111110111111000111101011011011101110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF771; }

 p { color: rgb(175,247,113); }

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

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

 a { background-color: rgb(175,247,113); }

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

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

 span { border-color: rgb(175,247,113); }

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