Html Css Color HEX #8BD445 Atlantis

📋 copy color: '#8BD445'

red 139 ◦ green 212 ◦ blue 69

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

Shades of Atlantis #8BD445

Tints of Atlantis #8BD445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.43%

R = 33.1%
G = 50.48%
B = 16.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#8BD445 (or 0x8BD445) is known color: Atlantis. HEX triplet: 8B, D4 and 45. RGB value is (139,212,69). Sum of RGB (Red+Green+Blue) = 139+212+69=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD445 is #742BBA. Grayscale: #AEAEAE. Windows color (decimal): -7613371 or 4576395. OLE color: 4576395.

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

Color convert

RGB 139 212 69 -
CMYK 0.34 0 0.67 0.17
HSL 90.63º 0.62% 0.55% -
HSV(B) 90.63º 0.67% 0.83% -
XYZ 35.27 53.01 14 -
YUV 173.87 68.82 103.13 -
System Red Green Blue C M Y K H S L
Decimal 139 212 69 0.34 0 0.67 0.17 90.63 0.62 0.55
Hex 8B D4 45 22 0 43 11 5B 3E 37
Octal 213 324 105 42 0 103 21 133 76 67
Binary 10001011 11010100 1000101 100010 0 1000011 10001 1011011 111110 110111

Color Harmonies of #8BD445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD445

Black with #8BD445

Text Example


Text Example

White with #8BD445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,212,69); }

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

background-color css

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

 a { background-color: rgb(139,212,69); }

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

border-color css

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

 span { border-color: rgb(139,212,69); }

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