Html Css Color HEX #AFD437 Atlantis

📋 copy color: '#AFD437'

red 175 ◦ green 212 ◦ blue 55

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

Shades of Atlantis #AFD437

Tints of Atlantis #AFD437

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.96%

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

R = 39.59%
G = 47.96%
B = 12.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#AFD437 (or 0xAFD437) is known color: Atlantis. HEX triplet: AF, D4 and 37. RGB value is (175,212,55). Sum of RGB (Red+Green+Blue) = 175+212+55=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD437 is #502BC8. Grayscale: #B7B7B7. Windows color (decimal): -5254089 or 3658927. OLE color: 3658927.

HSL color Cylindrical-coordinate representation of color #AFD437: hue angle of 74.14º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFD437 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 55 -
CMYK 0.17 0 0.74 0.17
HSL 74.14º 0.65% 0.52% -
HSV(B) 74.14º 0.74% 0.83% -
XYZ 41.91 56.48 12.31 -
YUV 183.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 175 212 55 0.17 0 0.74 0.17 74.14 0.65 0.52
Hex AF D4 37 11 0 4A 11 4A 41 34
Octal 257 324 67 21 0 112 21 112 101 64
Binary 10101111 11010100 110111 10001 0 1001010 10001 1001010 1000001 110100

Color Harmonies of #AFD437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD437

Black with #AFD437

Text Example


Text Example

White with #AFD437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD437; }

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

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

background-color css

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

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

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

border-color css

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

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

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