#AFFD72

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

Shades of Sulu #AFFD72

Tints of Sulu #AFFD72

Color information

#AFFD72 (or 0xAFFD72) is unknown color: approx Sulu. HEX triplet: AF, FD and 72. RGB value is (175,253,114). Sum of RGB (Red+Green+Blue) = 175+253+114=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD72 is #50028D. Grayscale: #D6D6D6. Windows color (decimal): -5243534 or 7536047. OLE color: 7536047.

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

Color convert

RGB175253114-
CMYK0.3100.550.01
HSL93.67º97.2%71.96%-
HSV(B)93.67º54.94%99.22%-
XYZ55.8480.5828.53-
YUV213.8371.66100.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=32.29%
G=46.68%
B=21.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531140.3100.550.0193.6797.271.96
HexAFFD721F03715e6148
Octal257375162370671136141110
Binary101011111111110111100101111101101111101111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD72; }

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

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

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

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

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

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

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

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