Html Css Color HEX #8FD248 Atlantis

📋 copy color: '#8FD248'

red 143 ◦ green 210 ◦ blue 72

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

Shades of Atlantis #8FD248

Tints of Atlantis #8FD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

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

R = 33.65%
G = 49.41%
B = 16.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#8FD248 (or 0x8FD248) is known color: Atlantis. HEX triplet: 8F, D2 and 48. RGB value is (143,210,72). Sum of RGB (Red+Green+Blue) = 143+210+72=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD248 is #702DB7. Grayscale: #AEAEAE. Windows color (decimal): -7351736 or 4772495. OLE color: 4772495.

HSL color Cylindrical-coordinate representation of color #8FD248: hue angle of 89.13º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FD248 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 210 72 -
CMYK 0.32 0 0.66 0.18
HSL 89.13º 0.61% 0.55% -
HSV(B) 89.13º 0.66% 0.82% -
XYZ 35.54 52.4 14.37 -
YUV 174.24 70.3 105.72 -
System Red Green Blue C M Y K H S L
Decimal 143 210 72 0.32 0 0.66 0.18 89.13 0.61 0.55
Hex 8F D2 48 20 0 42 12 59 3D 37
Octal 217 322 110 40 0 102 22 131 75 67
Binary 10001111 11010010 1001000 100000 0 1000010 10010 1011001 111101 110111

Color Harmonies of #8FD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD248

Black with #8FD248

Text Example


Text Example

White with #8FD248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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