Html Css Color HEX #AFD535 Atlantis

📋 copy color: '#AFD535'

red 175 ◦ green 213 ◦ blue 53

#AFD535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #AFD535

Tints of Atlantis #AFD535

RGB

 RED value IS 175 (68.75% from 255) = 39.68%

 GREEN value IS 213 (83.59% from 255) = 48.3%

 BLUE value IS 53 (21.09% from 255) = 12.02%

R = 39.68%
G = 48.3%
B = 12.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#AFD535 (or 0xAFD535) is known color: Atlantis. HEX triplet: AF, D5 and 35. RGB value is (175,213,53). Sum of RGB (Red+Green+Blue) = 175+213+53=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD535 is #502ACA. Grayscale: #B8B8B8. Windows color (decimal): -5253835 or 3528111. OLE color: 3528111.

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

Color convert

RGB 175 213 53 -
CMYK 0.18 0 0.75 0.16
HSL 74.25º 0.66% 0.52% -
HSV(B) 74.25º 0.75% 0.84% -
XYZ 42.12 56.96 12.14 -
YUV 183.4 54.41 122.01 -
System Red Green Blue C M Y K H S L
Decimal 175 213 53 0.18 0 0.75 0.16 74.25 0.66 0.52
Hex AF D5 35 12 0 4B 10 4A 42 34
Octal 257 325 65 22 0 113 20 112 102 64
Binary 10101111 11010101 110101 10010 0 1001011 10000 1001010 1000010 110100

Color Harmonies of #AFD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD535

Black with #AFD535

Text Example


Text Example

White with #AFD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD535; }

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

 H1.HeaderClassName
 {
   color: #AFD535;
 }
 .AnyTagClassName
 {
   color: #AFD535;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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