Html Css Color HEX #8FD448 Atlantis

📋 copy color: '#8FD448'

red 143 ◦ green 212 ◦ blue 72

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

Shades of Atlantis #8FD448

Tints of Atlantis #8FD448

RGB

 RED value IS 143 (56.25% from 255) = 33.49%

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

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 33.49%
G = 49.65%
B = 16.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#8FD448 (or 0x8FD448) is known color: Atlantis. HEX triplet: 8F, D4 and 48. RGB value is (143,212,72). Sum of RGB (Red+Green+Blue) = 143+212+72=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD448 is #702BB7. Grayscale: #AFAFAF. Windows color (decimal): -7351224 or 4773007. OLE color: 4773007.

HSL color Cylindrical-coordinate representation of color #8FD448: hue angle of 89.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FD448 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 143 212 72 -
CMYK 0.33 0 0.66 0.17
HSL 89.57º 0.62% 0.56% -
HSV(B) 89.57º 0.66% 0.83% -
XYZ 36.04 53.39 14.54 -
YUV 175.41 69.64 104.88 -
System Red Green Blue C M Y K H S L
Decimal 143 212 72 0.33 0 0.66 0.17 89.57 0.62 0.56
Hex 8F D4 48 21 0 42 11 5A 3E 38
Octal 217 324 110 41 0 102 21 132 76 70
Binary 10001111 11010100 1001000 100001 0 1000010 10001 1011010 111110 111000

Color Harmonies of #8FD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD448

Black with #8FD448

Text Example


Text Example

White with #8FD448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FD448; }

 p { color: rgb(143,212,72); }

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

background-color css

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

 a { background-color: rgb(143,212,72); }

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

border-color css

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

 span { border-color: rgb(143,212,72); }

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