Html Css Color HEX #8FDB3B Atlantis

📋 copy color: '#8FDB3B'

red 143 ◦ green 219 ◦ blue 59

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

Shades of Atlantis #8FDB3B

Tints of Atlantis #8FDB3B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.02%

 BLUE value IS 59 (23.44% from 255) = 14.01%

R = 33.97%
G = 52.02%
B = 14.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#8FDB3B (or 0x8FDB3B) is known color: Atlantis. HEX triplet: 8F, DB and 3B. RGB value is (143,219,59). Sum of RGB (Red+Green+Blue) = 143+219+59=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDB3B is #7024C4. Grayscale: #B2B2B2. Windows color (decimal): -7349445 or 3922831. OLE color: 3922831.

HSL color Cylindrical-coordinate representation of color #8FDB3B: hue angle of 88.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FDB3B is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 219 59 -
CMYK 0.35 0 0.73 0.14
HSL 88.5º 0.69% 0.55% -
HSV(B) 88.5º 0.73% 0.86% -
XYZ 37.45 56.82 13.13 -
YUV 178.04 60.82 103.01 -
System Red Green Blue C M Y K H S L
Decimal 143 219 59 0.35 0 0.73 0.14 88.5 0.69 0.55
Hex 8F DB 3B 23 0 49 E 58 45 37
Octal 217 333 73 43 0 111 16 130 105 67
Binary 10001111 11011011 111011 100011 0 1001001 1110 1011000 1000101 110111

Color Harmonies of #8FDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDB3B

Black with #8FDB3B

Text Example


Text Example

White with #8FDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,219,59); }

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

background-color css

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

 a { background-color: rgb(143,219,59); }

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

border-color css

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

 span { border-color: rgb(143,219,59); }

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