Html Css Color HEX #81ED31 Atlantis

📋 copy color: '#81ED31'

red 129 ◦ green 237 ◦ blue 49

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

Shades of Atlantis #81ED31

Tints of Atlantis #81ED31

RGB

 RED value IS 129 (50.78% from 255) = 31.08%

 GREEN value IS 237 (92.97% from 255) = 57.11%

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 31.08%
G = 57.11%
B = 11.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#81ED31 (or 0x81ED31) is known color: Atlantis. HEX triplet: 81, ED and 31. RGB value is (129,237,49). Sum of RGB (Red+Green+Blue) = 129+237+49=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81ED31 is #7E12CE. Grayscale: #B7B7B7. Windows color (decimal): -8262351 or 3272065. OLE color: 3272065.

HSL color Cylindrical-coordinate representation of color #81ED31: hue angle of 94.47º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81ED31 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 237 49 -
CMYK 0.46 0 0.79 0.07
HSL 94.47º 0.84% 0.56% -
HSV(B) 94.47º 0.79% 0.93% -
XYZ 39.89 65.46 13.44 -
YUV 183.28 52.22 89.29 -
System Red Green Blue C M Y K H S L
Decimal 129 237 49 0.46 0 0.79 0.07 94.47 0.84 0.56
Hex 81 ED 31 2E 0 4F 7 5E 54 38
Octal 201 355 61 56 0 117 7 136 124 70
Binary 10000001 11101101 110001 101110 0 1001111 111 1011110 1010100 111000

Color Harmonies of #81ED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ED31

Black with #81ED31

Text Example


Text Example

White with #81ED31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ED31; }

 p { color: rgb(129,237,49); }

 H1.HeaderClassName
 {
   color: #81ED31;
 }
 .AnyTagClassName
 {
   color: #81ED31;
 }
</style>

background-color css

<style>
 a { background-color: #81ED31; }

 a { background-color: rgb(129,237,49); }

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

border-color css

<style>
 span { border-color: #81ED31; }

 span { border-color: rgb(129,237,49); }

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