Html Css Color HEX #8BDD33 Atlantis

📋 copy color: '#8BDD33'

red 139 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #8BDD33

Tints of Atlantis #8BDD33

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.77%

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 33.82%
G = 53.77%
B = 12.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#8BDD33 (or 0x8BDD33) is known color: Atlantis. HEX triplet: 8B, DD and 33. RGB value is (139,221,51). Sum of RGB (Red+Green+Blue) = 139+221+51=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDD33 is #7422CC. Grayscale: #B1B1B1. Windows color (decimal): -7611085 or 3399051. OLE color: 3399051.

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

Color convert

RGB 139 221 51 -
CMYK 0.37 0 0.77 0.13
HSL 88.94º 0.71% 0.53% -
HSV(B) 88.94º 0.77% 0.87% -
XYZ 37.1 57.44 12.26 -
YUV 177.1 56.83 100.82 -
System Red Green Blue C M Y K H S L
Decimal 139 221 51 0.37 0 0.77 0.13 88.94 0.71 0.53
Hex 8B DD 33 25 0 4D D 59 47 35
Octal 213 335 63 45 0 115 15 131 107 65
Binary 10001011 11011101 110011 100101 0 1001101 1101 1011001 1000111 110101

Color Harmonies of #8BDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDD33

Black with #8BDD33

Text Example


Text Example

White with #8BDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,221,51); }

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

background-color css

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

 a { background-color: rgb(139,221,51); }

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

border-color css

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

 span { border-color: rgb(139,221,51); }

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