Html Css Color HEX #76F281 Pastel Green

📋 copy color: '#76F281'

red 118 ◦ green 242 ◦ blue 129

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

Shades of Pastel Green #76F281

Tints of Pastel Green #76F281

RGB

 RED value IS 118 (46.48% from 255) = 24.13%

 GREEN value IS 242 (94.92% from 255) = 49.49%

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 24.13%
G = 49.49%
B = 26.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#76F281 (or 0x76F281) is known color: Pastel Green. HEX triplet: 76, F2 and 81. RGB value is (118,242,129). Sum of RGB (Red+Green+Blue) = 118+242+129=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #76F281 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F281 is #890D7E. Grayscale: #C0C0C0. Windows color (decimal): -8981887 or 8516214. OLE color: 8516214.

HSL color Cylindrical-coordinate representation of color #76F281: hue angle of 125.32º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F281 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 242 129 -
CMYK 0.51 0 0.47 0.05
HSL 125.32º 0.83% 0.71% -
HSV(B) 125.32º 0.51% 0.95% -
XYZ 43.19 68.94 31.8 -
YUV 192.04 92.42 75.19 -
System Red Green Blue C M Y K H S L
Decimal 118 242 129 0.51 0 0.47 0.05 125.32 0.83 0.71
Hex 76 F2 81 33 0 2F 5 7D 53 47
Octal 166 362 201 63 0 57 5 175 123 107
Binary 1110110 11110010 10000001 110011 0 101111 101 1111101 1010011 1000111

Color Harmonies of #76F281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F281

Black with #76F281

Text Example


Text Example

White with #76F281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76F281; }

 p { color: rgb(118,242,129); }

 H1.HeaderClassName
 {
   color: #76F281;
 }
 .AnyTagClassName
 {
   color: #76F281;
 }
</style>

background-color css

<style>
 a { background-color: #76F281; }

 a { background-color: rgb(118,242,129); }

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

border-color css

<style>
 span { border-color: #76F281; }

 span { border-color: rgb(118,242,129); }

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