#AFFE72

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

Shades of Sulu #AFFE72

Tints of Sulu #AFFE72

Color information

#AFFE72 (or 0xAFFE72) is unknown color: approx Sulu. HEX triplet: AF, FE and 72. RGB value is (175,254,114). Sum of RGB (Red+Green+Blue) = 175+254+114=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE72 is #50018D. Grayscale: #D6D6D6. Windows color (decimal): -5243278 or 7536303. OLE color: 7536303.

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

Color convert

RGB175254114-
CMYK0.3100.550.00
HSL93.86º98.59%72.16%-
HSV(B)93.86º55.12%99.61%-
XYZ56.1681.2128.64-
YUV214.4271.3399.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 254 (99.61% from 255) = 46.78%
BLUE value IS 114 (44.92% from 255) = 20.99%
R=32.23%
G=46.78%
B=20.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541140.3100.550.0093.8698.5972.16
HexAFFE721F03705e6348
Octal257376162370670136143110
Binary101011111111111011100101111101101110101111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE72; }

 p { color: rgb(175,254,114); }

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

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

 a { background-color: rgb(175,254,114); }

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

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

 span { border-color: rgb(175,254,114); }

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