Html Css Color HEX #81D614 Yellow Green

📋 copy color: '#81D614'

red 129 ◦ green 214 ◦ blue 20

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

Shades of Yellow Green #81D614

Tints of Yellow Green #81D614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.95%

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

R = 35.54%
G = 58.95%
B = 5.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#81D614 (or 0x81D614) is known color: Yellow Green. HEX triplet: 81, D6 and 14. RGB value is (129,214,20). Sum of RGB (Red+Green+Blue) = 129+214+20=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #81D614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D614 is #7E29EB. Grayscale: #A7A7A7. Windows color (decimal): -8268268 or 1365633. OLE color: 1365633.

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

Color convert

RGB 129 214 20 -
CMYK 0.40 0 0.91 0.16
HSL 86.29º 0.83% 0.46% -
HSV(B) 86.29º 0.91% 0.84% -
XYZ 33.23 52.81 9.1 -
YUV 166.47 45.34 101.27 -
System Red Green Blue C M Y K H S L
Decimal 129 214 20 0.40 0 0.91 0.16 86.29 0.83 0.46
Hex 81 D6 14 28 0 5B 10 56 53 2E
Octal 201 326 24 50 0 133 20 126 123 56
Binary 10000001 11010110 10100 101000 0 1011011 10000 1010110 1010011 101110

Color Harmonies of #81D614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D614

Black with #81D614

Text Example


Text Example

White with #81D614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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