Html Css Color HEX #81D814 Yellow Green

📋 copy color: '#81D814'

red 129 ◦ green 216 ◦ blue 20

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

Shades of Yellow Green #81D814

Tints of Yellow Green #81D814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 35.34%
G = 59.18%
B = 5.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#81D814 (or 0x81D814) is known color: Yellow Green. HEX triplet: 81, D8 and 14. RGB value is (129,216,20). Sum of RGB (Red+Green+Blue) = 129+216+20=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #81D814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D814 is #7E27EB. Grayscale: #A8A8A8. Windows color (decimal): -8267756 or 1366145. OLE color: 1366145.

HSL color Cylindrical-coordinate representation of color #81D814: hue angle of 86.63º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81D814 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 216 20 -
CMYK 0.40 0 0.91 0.15
HSL 86.63º 0.83% 0.46% -
HSV(B) 86.63º 0.91% 0.85% -
XYZ 33.74 53.83 9.27 -
YUV 167.64 44.68 100.44 -
System Red Green Blue C M Y K H S L
Decimal 129 216 20 0.40 0 0.91 0.15 86.63 0.83 0.46
Hex 81 D8 14 28 0 5B F 57 53 2E
Octal 201 330 24 50 0 133 17 127 123 56
Binary 10000001 11011000 10100 101000 0 1011011 1111 1010111 1010011 101110

Color Harmonies of #81D814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D814

Black with #81D814

Text Example


Text Example

White with #81D814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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