#ADF471

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

Shades of Sulu #ADF471

Tints of Sulu #ADF471

Color information

#ADF471 (or 0xADF471) is unknown color: approx Sulu. HEX triplet: AD, F4 and 71. RGB value is (173,244,113). Sum of RGB (Red+Green+Blue) = 173+244+113=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF471 is #520B8E. Grayscale: #D0D0D0. Windows color (decimal): -5376911 or 7468205. OLE color: 7468205.

HSL color Cylindrical-coordinate representation of color #ADF471: hue angle of 92.52º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF471 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB173244113-
CMYK0.2900.540.04
HSL92.52º85.62%70%-
HSV(B)92.52º53.69%95.69%-
XYZ52.5674.7827.29-
YUV207.8474.48103.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 244 (95.70% from 255) = 46.04%
BLUE value IS 113 (44.53% from 255) = 21.32%
R=32.64%
G=46.04%
B=21.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732441130.2900.540.0492.5285.6270
HexADF4711D03645d5646
Octal255364161350664135126106
Binary10101101111101001110001111010110110100101110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF471; }

 p { color: rgb(173,244,113); }

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

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

 a { background-color: rgb(173,244,113); }

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

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

 span { border-color: rgb(173,244,113); }

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