Html Css Color HEX #76D272 Pastel Green

📋 copy color: '#76D272'

red 118 ◦ green 210 ◦ blue 114

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

Shades of Pastel Green #76D272

Tints of Pastel Green #76D272

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.51%

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 26.7%
G = 47.51%
B = 25.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#76D272 (or 0x76D272) is known color: Pastel Green. HEX triplet: 76, D2 and 72. RGB value is (118,210,114). Sum of RGB (Red+Green+Blue) = 118+210+114=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #76D272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D272 is #892D8D. Grayscale: #ABABAB. Windows color (decimal): -8990094 or 7524982. OLE color: 7524982.

HSL color Cylindrical-coordinate representation of color #76D272: hue angle of 117.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D272 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 210 114 -
CMYK 0.44 0 0.46 0.18
HSL 117.5º 0.52% 0.64% -
HSV(B) 117.5º 0.46% 0.82% -
XYZ 33.56 51.16 24.03 -
YUV 171.55 95.52 89.81 -
System Red Green Blue C M Y K H S L
Decimal 118 210 114 0.44 0 0.46 0.18 117.5 0.52 0.64
Hex 76 D2 72 2C 0 2E 12 76 34 40
Octal 166 322 162 54 0 56 22 166 64 100
Binary 1110110 11010010 1110010 101100 0 101110 10010 1110110 110100 1000000

Color Harmonies of #76D272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D272

Black with #76D272

Text Example


Text Example

White with #76D272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,210,114); }

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

background-color css

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

 a { background-color: rgb(118,210,114); }

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

border-color css

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

 span { border-color: rgb(118,210,114); }

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