Html Css Color HEX #AFD639 Atlantis

📋 copy color: '#AFD639'

red 175 ◦ green 214 ◦ blue 57

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

Shades of Atlantis #AFD639

Tints of Atlantis #AFD639

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.98%

 BLUE value IS 57 (22.66% from 255) = 12.78%

R = 39.24%
G = 47.98%
B = 12.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#AFD639 (or 0xAFD639) is known color: Atlantis. HEX triplet: AF, D6 and 39. RGB value is (175,214,57). Sum of RGB (Red+Green+Blue) = 175+214+57=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD639 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD639 is #5029C6. Grayscale: #B9B9B9. Windows color (decimal): -5253575 or 3790511. OLE color: 3790511.

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

Color convert

RGB 175 214 57 -
CMYK 0.18 0 0.73 0.16
HSL 74.9º 0.66% 0.53% -
HSV(B) 74.9º 0.73% 0.84% -
XYZ 42.46 57.5 12.73 -
YUV 184.44 56.08 121.27 -
System Red Green Blue C M Y K H S L
Decimal 175 214 57 0.18 0 0.73 0.16 74.9 0.66 0.53
Hex AF D6 39 12 0 49 10 4B 42 35
Octal 257 326 71 22 0 111 20 113 102 65
Binary 10101111 11010110 111001 10010 0 1001001 10000 1001011 1000010 110101

Color Harmonies of #AFD639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD639

Black with #AFD639

Text Example


Text Example

White with #AFD639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD639; }

 p { color: rgb(175,214,57); }

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

background-color css

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

 a { background-color: rgb(175,214,57); }

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

border-color css

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

 span { border-color: rgb(175,214,57); }

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