Html Css Color HEX #AFD33A Atlantis

📋 copy color: '#AFD33A'

red 175 ◦ green 211 ◦ blue 58

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

Shades of Atlantis #AFD33A

Tints of Atlantis #AFD33A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.52%

 BLUE value IS 58 (23.05% from 255) = 13.06%

R = 39.41%
G = 47.52%
B = 13.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#AFD33A (or 0xAFD33A) is known color: Atlantis. HEX triplet: AF, D3 and 3A. RGB value is (175,211,58). Sum of RGB (Red+Green+Blue) = 175+211+58=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD33A is #502CC5. Grayscale: #B7B7B7. Windows color (decimal): -5254342 or 3855279. OLE color: 3855279.

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

Color convert

RGB 175 211 58 -
CMYK 0.17 0 0.73 0.17
HSL 74.12º 0.63% 0.53% -
HSV(B) 74.12º 0.73% 0.83% -
XYZ 41.74 56.01 12.61 -
YUV 182.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 175 211 58 0.17 0 0.73 0.17 74.12 0.63 0.53
Hex AF D3 3A 11 0 49 11 4A 3F 35
Octal 257 323 72 21 0 111 21 112 77 65
Binary 10101111 11010011 111010 10001 0 1001001 10001 1001010 111111 110101

Color Harmonies of #AFD33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD33A

Black with #AFD33A

Text Example


Text Example

White with #AFD33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD33A; }

 p { color: rgb(175,211,58); }

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

background-color css

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

 a { background-color: rgb(175,211,58); }

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

border-color css

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

 span { border-color: rgb(175,211,58); }

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