#AFFA75

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

Shades of Sulu #AFFA75

Tints of Sulu #AFFA75

Color information

#AFFA75 (or 0xAFFA75) is unknown color: approx Sulu. HEX triplet: AF, FA and 75. RGB value is (175,250,117). Sum of RGB (Red+Green+Blue) = 175+250+117=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFA75 is #50058A. Grayscale: #D4D4D4. Windows color (decimal): -5244299 or 7731887. OLE color: 7731887.

HSL color Cylindrical-coordinate representation of color #AFFA75: hue angle of 93.83º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFFA75 is Cyan = 0.3, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB175250117-
CMYK0.300.530.02
HSL93.83º93.01%71.96%-
HSV(B)93.83º53.2%98.04%-
XYZ55.0878.7729.13-
YUV212.4174.15101.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 250 (98.05% from 255) = 46.13%
BLUE value IS 117 (46.09% from 255) = 21.59%
R=32.29%
G=46.13%
B=21.59%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501170.300.530.0293.8393.0171.96
HexAFFA751E03525e5d48
Octal257372165360652136135110
Binary1010111111111010111010111110011010110101111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA75; }

 p { color: rgb(175,250,117); }

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

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

 a { background-color: rgb(175,250,117); }

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

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

 span { border-color: rgb(175,250,117); }

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