#AFD935

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

Shades of Atlantis #AFD935

Tints of Atlantis #AFD935

Color information

#AFD935 (or 0xAFD935) is unknown color: approx Atlantis. HEX triplet: AF, D9 and 35. RGB value is (175,217,53). Sum of RGB (Red+Green+Blue) = 175+217+53=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD935 is #5026CA. Grayscale: #BABABA. Windows color (decimal): -5252811 or 3529135. OLE color: 3529135.

HSL color Cylindrical-coordinate representation of color #AFD935: hue angle of 75.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFD935 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB17521753-
CMYK0.1900.760.15
HSL75.37º68.33%52.94%-
HSV(B)75.37º75.58%85.1%-
XYZ43.135912.48-
YUV185.7553.09120.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 217 (85.16% from 255) = 48.76%
BLUE value IS 53 (21.09% from 255) = 11.91%
R=39.33%
G=48.76%
B=11.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175217530.1900.760.1575.3768.3352.94
HexAFD9351304CF4b4435
Octal257331652301141711310465
Binary10101111110110011101011001101001100111110010111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD935; }

 p { color: rgb(175,217,53); }

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

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

 a { background-color: rgb(175,217,53); }

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

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

 span { border-color: rgb(175,217,53); }

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