Html Css Color HEX #AFD43F Atlantis

📋 copy color: '#AFD43F'

red 175 ◦ green 212 ◦ blue 63

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

Shades of Atlantis #AFD43F

Tints of Atlantis #AFD43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14%

R = 38.89%
G = 47.11%
B = 14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#AFD43F (or 0xAFD43F) is known color: Atlantis. HEX triplet: AF, D4 and 3F. RGB value is (175,212,63). Sum of RGB (Red+Green+Blue) = 175+212+63=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD43F is #502BC0. Grayscale: #B8B8B8. Windows color (decimal): -5254081 or 4183215. OLE color: 4183215.

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

Color convert

RGB 175 212 63 -
CMYK 0.17 0 0.70 0.17
HSL 74.9º 0.63% 0.54% -
HSV(B) 74.9º 0.7% 0.83% -
XYZ 42.12 56.56 13.4 -
YUV 183.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 175 212 63 0.17 0 0.70 0.17 74.9 0.63 0.54
Hex AF D4 3F 11 0 46 11 4B 3F 36
Octal 257 324 77 21 0 106 21 113 77 66
Binary 10101111 11010100 111111 10001 0 1000110 10001 1001011 111111 110110

Color Harmonies of #AFD43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD43F

Black with #AFD43F

Text Example


Text Example

White with #AFD43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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