#AFD53D

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

Shades of Atlantis #AFD53D

Tints of Atlantis #AFD53D

Color information

#AFD53D (or 0xAFD53D) is unknown color: approx Atlantis. HEX triplet: AF, D5 and 3D. RGB value is (175,213,61). Sum of RGB (Red+Green+Blue) = 175+213+61=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD53D is #502AC2. Grayscale: #B8B8B8. Windows color (decimal): -5253827 or 4052399. OLE color: 4052399.

HSL color Cylindrical-coordinate representation of color #AFD53D: hue angle of 75º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFD53D is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB17521361-
CMYK0.1800.710.16
HSL75º64.41%53.73%-
HSV(B)75º71.36%83.53%-
XYZ42.3257.0413.19-
YUV184.3158.41121.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 61 (24.22% from 255) = 13.59%
R=38.98%
G=47.44%
B=13.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175213610.1800.710.167564.4153.73
HexAFD53D12047104b4036
Octal257325752201072011310066
Binary101011111101010111110110010010001111000010010111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD53D; }

 p { color: rgb(175,213,61); }

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

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

 a { background-color: rgb(175,213,61); }

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

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

 span { border-color: rgb(175,213,61); }

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