Html Css Color HEX #81EB70 Pastel Green

📋 copy color: '#81EB70'

red 129 ◦ green 235 ◦ blue 112

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

Shades of Pastel Green #81EB70

Tints of Pastel Green #81EB70

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.37%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 27.1%
G = 49.37%
B = 23.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#81EB70 (or 0x81EB70) is known color: Pastel Green. HEX triplet: 81, EB and 70. RGB value is (129,235,112). Sum of RGB (Red+Green+Blue) = 129+235+112=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #81EB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EB70 is #7E148F. Grayscale: #BDBDBD. Windows color (decimal): -8262800 or 7400321. OLE color: 7400321.

HSL color Cylindrical-coordinate representation of color #81EB70: hue angle of 111.71º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81EB70 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 235 112 -
CMYK 0.45 0 0.52 0.08
HSL 111.71º 0.75% 0.68% -
HSV(B) 111.71º 0.52% 0.92% -
XYZ 41.69 65.25 25.73 -
YUV 189.28 84.38 85 -
System Red Green Blue C M Y K H S L
Decimal 129 235 112 0.45 0 0.52 0.08 111.71 0.75 0.68
Hex 81 EB 70 2D 0 34 8 70 4B 44
Octal 201 353 160 55 0 64 10 160 113 104
Binary 10000001 11101011 1110000 101101 0 110100 1000 1110000 1001011 1000100

Color Harmonies of #81EB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EB70

Black with #81EB70

Text Example


Text Example

White with #81EB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,235,112); }

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

background-color css

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

 a { background-color: rgb(129,235,112); }

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

border-color css

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

 span { border-color: rgb(129,235,112); }

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