#AFDA35

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

Shades of Atlantis #AFDA35

Tints of Atlantis #AFDA35

Color information

#AFDA35 (or 0xAFDA35) is unknown color: approx Atlantis. HEX triplet: AF, DA and 35. RGB value is (175,218,53). Sum of RGB (Red+Green+Blue) = 175+218+53=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA35 is #5025CA. Grayscale: #BABABA. Windows color (decimal): -5252555 or 3529391. OLE color: 3529391.

HSL color Cylindrical-coordinate representation of color #AFDA35: hue angle of 75.64º degrees, saturation: 0.69, 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 #AFDA35 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB17521853-
CMYK0.2000.760.15
HSL75.64º69.04%53.14%-
HSV(B)75.64º75.69%85.49%-
XYZ43.3959.5112.57-
YUV186.3352.75119.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 218 (85.55% from 255) = 48.88%
BLUE value IS 53 (21.09% from 255) = 11.88%
R=39.24%
G=48.88%
B=11.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175218530.2000.760.1575.6469.0453.14
HexAFDA351404CF4c4535
Octal257332652401141711410565
Binary10101111110110101101011010001001100111110011001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDA35; }

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

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

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

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

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

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

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

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