#AFFF6D

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

Shades of Sulu #AFFF6D

Tints of Sulu #AFFF6D

Color information

#AFFF6D (or 0xAFFF6D) is unknown color: approx Sulu. HEX triplet: AF, FF and 6D. RGB value is (175,255,109). Sum of RGB (Red+Green+Blue) = 175+255+109=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF6D is #500092. Grayscale: #D6D6D6. Windows color (decimal): -5243027 or 7208879. OLE color: 7208879.

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

Color convert

RGB175255109-
CMYK0.3100.570
HSL92.88º100%71.37%-
HSV(B)92.88º57.25%100%-
XYZ56.281.7427.28-
YUV214.4468.599.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 109 (42.97% from 255) = 20.22%
R=32.47%
G=47.31%
B=20.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551090.3100.57092.8810071.37
HexAFFF6D1F03905d6447
Octal257377155370710135144107
Binary101011111111111111011011111101110010101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF6D; }

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

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

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

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

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

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

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

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