Html Css Color HEX #AFE037 Atlantis

📋 copy color: '#AFE037'

red 175 ◦ green 224 ◦ blue 55

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

Shades of Atlantis #AFE037

Tints of Atlantis #AFE037

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.34%

 BLUE value IS 55 (21.88% from 255) = 12.11%

R = 38.55%
G = 49.34%
B = 12.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#AFE037 (or 0xAFE037) is known color: Atlantis. HEX triplet: AF, E0 and 37. RGB value is (175,224,55). Sum of RGB (Red+Green+Blue) = 175+224+55=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE037 is #501FC8. Grayscale: #BEBEBE. Windows color (decimal): -5251017 or 3661999. OLE color: 3661999.

HSL color Cylindrical-coordinate representation of color #AFE037: hue angle of 77.4º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFE037 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 55 -
CMYK 0.22 0 0.75 0.12
HSL 77.4º 0.73% 0.55% -
HSV(B) 77.4º 0.75% 0.88% -
XYZ 45.02 62.7 13.34 -
YUV 190.08 51.77 117.24 -
System Red Green Blue C M Y K H S L
Decimal 175 224 55 0.22 0 0.75 0.12 77.4 0.73 0.55
Hex AF E0 37 16 0 4B C 4D 49 37
Octal 257 340 67 26 0 113 14 115 111 67
Binary 10101111 11100000 110111 10110 0 1001011 1100 1001101 1001001 110111

Color Harmonies of #AFE037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE037

Black with #AFE037

Text Example


Text Example

White with #AFE037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE037; }

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

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

background-color css

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

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

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

border-color css

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

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

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