Html Css Color HEX #AFD63C Atlantis

📋 copy color: '#AFD63C'

red 175 ◦ green 214 ◦ blue 60

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

Shades of Atlantis #AFD63C

Tints of Atlantis #AFD63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 38.98%
G = 47.66%
B = 13.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#AFD63C (or 0xAFD63C) is known color: Atlantis. HEX triplet: AF, D6 and 3C. RGB value is (175,214,60). Sum of RGB (Red+Green+Blue) = 175+214+60=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD63C is #5029C3. Grayscale: #B9B9B9. Windows color (decimal): -5253572 or 3987119. OLE color: 3987119.

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

Color convert

RGB 175 214 60 -
CMYK 0.18 0 0.72 0.16
HSL 75.19º 0.65% 0.54% -
HSV(B) 75.19º 0.72% 0.84% -
XYZ 42.54 57.53 13.14 -
YUV 184.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 175 214 60 0.18 0 0.72 0.16 75.19 0.65 0.54
Hex AF D6 3C 12 0 48 10 4B 41 36
Octal 257 326 74 22 0 110 20 113 101 66
Binary 10101111 11010110 111100 10010 0 1001000 10000 1001011 1000001 110110

Color Harmonies of #AFD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD63C

Black with #AFD63C

Text Example


Text Example

White with #AFD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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