Html Css Color HEX #AFE337 Atlantis

📋 copy color: '#AFE337'

red 175 ◦ green 227 ◦ blue 55

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

Shades of Atlantis #AFE337

Tints of Atlantis #AFE337

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.67%

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

R = 38.29%
G = 49.67%
B = 12.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#AFE337 (or 0xAFE337) is known color: Atlantis. HEX triplet: AF, E3 and 37. RGB value is (175,227,55). Sum of RGB (Red+Green+Blue) = 175+227+55=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE337 is #501CC8. Grayscale: #C0C0C0. Windows color (decimal): -5250249 or 3662767. OLE color: 3662767.

HSL color Cylindrical-coordinate representation of color #AFE337: hue angle of 78.14º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFE337 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 55 -
CMYK 0.23 0 0.76 0.11
HSL 78.14º 0.75% 0.55% -
HSV(B) 78.14º 0.76% 0.89% -
XYZ 45.84 64.33 13.62 -
YUV 191.84 50.77 115.99 -
System Red Green Blue C M Y K H S L
Decimal 175 227 55 0.23 0 0.76 0.11 78.14 0.75 0.55
Hex AF E3 37 17 0 4C B 4E 4B 37
Octal 257 343 67 27 0 114 13 116 113 67
Binary 10101111 11100011 110111 10111 0 1001100 1011 1001110 1001011 110111

Color Harmonies of #AFE337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE337

Black with #AFE337

Text Example


Text Example

White with #AFE337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE337; }

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

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

background-color css

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

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

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

border-color css

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

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

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