#AFFD7F

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

Shades of Sulu #AFFD7F

Tints of Sulu #AFFD7F

Color information

#AFFD7F (or 0xAFFD7F) is unknown color: approx Sulu. HEX triplet: AF, FD and 7F. RGB value is (175,253,127). Sum of RGB (Red+Green+Blue) = 175+253+127=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD7F is #500280. Grayscale: #D7D7D7. Windows color (decimal): -5243521 or 8388015. OLE color: 8388015.

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

Color convert

RGB175253127-
CMYK0.3100.500.01
HSL97.14º96.92%74.51%-
HSV(B)97.14º49.8%99.22%-
XYZ56.6480.932.71-
YUV215.3178.1699.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 127 (50% from 255) = 22.88%
R=31.53%
G=45.59%
B=22.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531270.3100.500.0197.1496.9274.51
HexAFFD7F1F032161614b
Octal257375177370621141141113
Binary101011111111110111111111111101100101110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD7F; }

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

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

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

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

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

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

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

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