#AFD337

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

Shades of Atlantis #AFD337

Tints of Atlantis #AFD337

Color information

#AFD337 (or 0xAFD337) is unknown color: approx Atlantis. HEX triplet: AF, D3 and 37. RGB value is (175,211,55). Sum of RGB (Red+Green+Blue) = 175+211+55=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD337 is #502CC8. Grayscale: #B7B7B7. Windows color (decimal): -5254345 or 3658671. OLE color: 3658671.

HSL color Cylindrical-coordinate representation of color #AFD337: hue angle of 73.85º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFD337 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB17521155-
CMYK0.1700.740.17
HSL73.85º63.93%52.16%-
HSV(B)73.85º73.93%82.75%-
XYZ41.6655.9812.22-
YUV182.4556.07122.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 211 (82.81% from 255) = 47.85%
BLUE value IS 55 (21.88% from 255) = 12.47%
R=39.68%
G=47.85%
B=12.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175211550.1700.740.1773.8563.9352.16
HexAFD3371104A114a4034
Octal257323672101122111210064
Binary101011111101001111011110001010010101000110010101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD337; }

 p { color: rgb(175,211,55); }

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

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

 a { background-color: rgb(175,211,55); }

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

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

 span { border-color: rgb(175,211,55); }

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