Html Css Color HEX #AFD33D Atlantis

📋 copy color: '#AFD33D'

red 175 ◦ green 211 ◦ blue 61

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

Shades of Atlantis #AFD33D

Tints of Atlantis #AFD33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.65%

R = 39.15%
G = 47.2%
B = 13.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#AFD33D (or 0xAFD33D) is known color: Atlantis. HEX triplet: AF, D3 and 3D. RGB value is (175,211,61). Sum of RGB (Red+Green+Blue) = 175+211+61=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD33D is #502CC2. Grayscale: #B7B7B7. Windows color (decimal): -5254339 or 4051887. OLE color: 4051887.

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

Color convert

RGB 175 211 61 -
CMYK 0.17 0 0.71 0.17
HSL 74.4º 0.63% 0.53% -
HSV(B) 74.4º 0.71% 0.83% -
XYZ 41.82 56.04 13.03 -
YUV 183.14 59.07 122.2 -
System Red Green Blue C M Y K H S L
Decimal 175 211 61 0.17 0 0.71 0.17 74.4 0.63 0.53
Hex AF D3 3D 11 0 47 11 4A 3F 35
Octal 257 323 75 21 0 107 21 112 77 65
Binary 10101111 11010011 111101 10001 0 1000111 10001 1001010 111111 110101

Color Harmonies of #AFD33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD33D

Black with #AFD33D

Text Example


Text Example

White with #AFD33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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