Html Css Color HEX #81EE70 Pastel Green

📋 copy color: '#81EE70'

red 129 ◦ green 238 ◦ blue 112

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

Shades of Pastel Green #81EE70

Tints of Pastel Green #81EE70

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.69%

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

R = 26.93%
G = 49.69%
B = 23.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#81EE70 (or 0x81EE70) is known color: Pastel Green. HEX triplet: 81, EE and 70. RGB value is (129,238,112). Sum of RGB (Red+Green+Blue) = 129+238+112=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #81EE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EE70 is #7E118F. Grayscale: #BFBFBF. Windows color (decimal): -8262032 or 7401089. OLE color: 7401089.

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

Color convert

RGB 129 238 112 -
CMYK 0.46 0 0.53 0.07
HSL 111.9º 0.79% 0.69% -
HSV(B) 111.9º 0.53% 0.93% -
XYZ 42.55 66.99 26.02 -
YUV 191.05 83.39 83.75 -
System Red Green Blue C M Y K H S L
Decimal 129 238 112 0.46 0 0.53 0.07 111.9 0.79 0.69
Hex 81 EE 70 2E 0 35 7 70 4F 45
Octal 201 356 160 56 0 65 7 160 117 105
Binary 10000001 11101110 1110000 101110 0 110101 111 1110000 1001111 1000101

Color Harmonies of #81EE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EE70

Black with #81EE70

Text Example


Text Example

White with #81EE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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