#AFFD6D

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

Shades of Sulu #AFFD6D

Tints of Sulu #AFFD6D

Color information

#AFFD6D (or 0xAFFD6D) is unknown color: approx Sulu. HEX triplet: AF, FD and 6D. RGB value is (175,253,109). Sum of RGB (Red+Green+Blue) = 175+253+109=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD6D is #500292. Grayscale: #D5D5D5. Windows color (decimal): -5243539 or 7208367. OLE color: 7208367.

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

Color convert

RGB175253109-
CMYK0.3100.570.01
HSL92.5º97.3%70.98%-
HSV(B)92.5º56.92%99.22%-
XYZ55.5680.4727.07-
YUV213.2669.16100.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 253 (99.22% from 255) = 47.11%
BLUE value IS 109 (42.97% from 255) = 20.30%
R=32.59%
G=47.11%
B=20.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531090.3100.570.0192.597.370.98
HexAFFD6D1F03915c6147
Octal257375155370711134141107
Binary101011111111110111011011111101110011101110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD6D; }

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

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

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

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

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

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

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

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