#AFFC75

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

Shades of Sulu #AFFC75

Tints of Sulu #AFFC75

Color information

#AFFC75 (or 0xAFFC75) is unknown color: approx Sulu. HEX triplet: AF, FC and 75. RGB value is (175,252,117). Sum of RGB (Red+Green+Blue) = 175+252+117=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC75 is #50038A. Grayscale: #D6D6D6. Windows color (decimal): -5243787 or 7732399. OLE color: 7732399.

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

Color convert

RGB175252117-
CMYK0.3100.540.01
HSL94.22º95.74%72.35%-
HSV(B)94.22º53.57%98.82%-
XYZ55.780.0229.34-
YUV213.5973.49100.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 252 (98.83% from 255) = 46.32%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=32.17%
G=46.32%
B=21.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521170.3100.540.0194.2295.7472.35
HexAFFC751F03615e6048
Octal257374165370661136140110
Binary101011111111110011101011111101101101101111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFC75; }

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

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

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

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

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

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

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

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