Html Css Color HEX #AFD43D Atlantis

📋 copy color: '#AFD43D'

red 175 ◦ green 212 ◦ blue 61

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

Shades of Atlantis #AFD43D

Tints of Atlantis #AFD43D

RGB

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

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

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

R = 39.06%
G = 47.32%
B = 13.62%

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

#AFD43D (or 0xAFD43D) is known color: Atlantis. HEX triplet: AF, D4 and 3D. RGB value is (175,212,61). Sum of RGB (Red+Green+Blue) = 175+212+61=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD43D is #502BC2. Grayscale: #B8B8B8. Windows color (decimal): -5254083 or 4052143. OLE color: 4052143.

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

Color convert

RGB 175 212 61 -
CMYK 0.17 0 0.71 0.17
HSL 74.7º 0.64% 0.54% -
HSV(B) 74.7º 0.71% 0.83% -
XYZ 42.06 56.54 13.11 -
YUV 183.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 175 212 61 0.17 0 0.71 0.17 74.7 0.64 0.54
Hex AF D4 3D 11 0 47 11 4B 40 36
Octal 257 324 75 21 0 107 21 113 100 66
Binary 10101111 11010100 111101 10001 0 1000111 10001 1001011 1000000 110110

Color Harmonies of #AFD43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD43D

Black with #AFD43D

Text Example


Text Example

White with #AFD43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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