Html Css Color HEX #81D841 Atlantis

📋 copy color: '#81D841'

red 129 ◦ green 216 ◦ blue 65

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

Shades of Atlantis #81D841

Tints of Atlantis #81D841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.68%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 31.46%
G = 52.68%
B = 15.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#81D841 (or 0x81D841) is known color: Atlantis. HEX triplet: 81, D8 and 41. RGB value is (129,216,65). Sum of RGB (Red+Green+Blue) = 129+216+65=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #81D841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D841 is #7E27BE. Grayscale: #ADADAD. Windows color (decimal): -8267711 or 4315265. OLE color: 4315265.

HSL color Cylindrical-coordinate representation of color #81D841: hue angle of 94.57º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81D841 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 216 65 -
CMYK 0.40 0 0.70 0.15
HSL 94.57º 0.66% 0.55% -
HSV(B) 94.57º 0.7% 0.85% -
XYZ 34.56 54.16 13.63 -
YUV 172.77 67.18 96.78 -
System Red Green Blue C M Y K H S L
Decimal 129 216 65 0.40 0 0.70 0.15 94.57 0.66 0.55
Hex 81 D8 41 28 0 46 F 5F 42 37
Octal 201 330 101 50 0 106 17 137 102 67
Binary 10000001 11011000 1000001 101000 0 1000110 1111 1011111 1000010 110111

Color Harmonies of #81D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D841

Black with #81D841

Text Example


Text Example

White with #81D841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,216,65); }

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

background-color css

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

 a { background-color: rgb(129,216,65); }

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

border-color css

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

 span { border-color: rgb(129,216,65); }

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