Html Css Color HEX #8BDE4E Atlantis

📋 copy color: '#8BDE4E'

red 139 ◦ green 222 ◦ blue 78

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

Shades of Atlantis #8BDE4E

Tints of Atlantis #8BDE4E

RGB

 RED value IS 139 (54.69% from 255) = 31.66%

 GREEN value IS 222 (87.11% from 255) = 50.57%

 BLUE value IS 78 (30.86% from 255) = 17.77%

R = 31.66%
G = 50.57%
B = 17.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#8BDE4E (or 0x8BDE4E) is known color: Atlantis. HEX triplet: 8B, DE and 4E. RGB value is (139,222,78). Sum of RGB (Red+Green+Blue) = 139+222+78=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDE4E is #7421B1. Grayscale: #B5B5B5. Windows color (decimal): -7610802 or 5168779. OLE color: 5168779.

HSL color Cylindrical-coordinate representation of color #8BDE4E: hue angle of 94.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BDE4E is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 222 78 -
CMYK 0.37 0 0.65 0.13
HSL 94.58º 0.69% 0.59% -
HSV(B) 94.58º 0.65% 0.87% -
XYZ 38.14 58.28 16.45 -
YUV 180.77 70 98.21 -
System Red Green Blue C M Y K H S L
Decimal 139 222 78 0.37 0 0.65 0.13 94.58 0.69 0.59
Hex 8B DE 4E 25 0 41 D 5F 45 3B
Octal 213 336 116 45 0 101 15 137 105 73
Binary 10001011 11011110 1001110 100101 0 1000001 1101 1011111 1000101 111011

Color Harmonies of #8BDE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDE4E

Black with #8BDE4E

Text Example


Text Example

White with #8BDE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,222,78); }

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

background-color css

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

 a { background-color: rgb(139,222,78); }

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

border-color css

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

 span { border-color: rgb(139,222,78); }

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