Html Css Color HEX #81EF74 Pastel Green

📋 copy color: '#81EF74'

red 129 ◦ green 239 ◦ blue 116

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

Shades of Pastel Green #81EF74

Tints of Pastel Green #81EF74

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.38%

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 26.65%
G = 49.38%
B = 23.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#81EF74 (or 0x81EF74) is known color: Pastel Green. HEX triplet: 81, EF and 74. RGB value is (129,239,116). Sum of RGB (Red+Green+Blue) = 129+239+116=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #81EF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EF74 is #7E108B. Grayscale: #C0C0C0. Windows color (decimal): -8261772 or 7663489. OLE color: 7663489.

HSL color Cylindrical-coordinate representation of color #81EF74: hue angle of 113.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81EF74 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 239 116 -
CMYK 0.46 0 0.51 0.06
HSL 113.66º 0.79% 0.7% -
HSV(B) 113.66º 0.51% 0.94% -
XYZ 43.07 67.66 27.31 -
YUV 192.09 85.06 83 -
System Red Green Blue C M Y K H S L
Decimal 129 239 116 0.46 0 0.51 0.06 113.66 0.79 0.7
Hex 81 EF 74 2E 0 33 6 72 4F 46
Octal 201 357 164 56 0 63 6 162 117 106
Binary 10000001 11101111 1110100 101110 0 110011 110 1110010 1001111 1000110

Color Harmonies of #81EF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EF74

Black with #81EF74

Text Example


Text Example

White with #81EF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,239,116); }

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

background-color css

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

 a { background-color: rgb(129,239,116); }

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

border-color css

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

 span { border-color: rgb(129,239,116); }

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