#AFFF7F

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

Shades of Sulu #AFFF7F

Tints of Sulu #AFFF7F

Color information

#AFFF7F (or 0xAFFF7F) is unknown color: approx Sulu. HEX triplet: AF, FF and 7F. RGB value is (175,255,127). Sum of RGB (Red+Green+Blue) = 175+255+127=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF7F is #500080. Grayscale: #D8D8D8. Windows color (decimal): -5243009 or 8388527. OLE color: 8388527.

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

Color convert

RGB175255127-
CMYK0.3100.500
HSL97.5º100%74.9%-
HSV(B)97.5º50.2%100%-
XYZ57.2782.1732.92-
YUV216.4977.598.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 127 (50% from 255) = 22.80%
R=31.42%
G=45.78%
B=22.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551270.3100.50097.510074.9
HexAFFF7F1F032062644b
Octal257377177370620142144113
Binary101011111111111111111111111101100100110001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF7F; }

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

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

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

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

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

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

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

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