Html Css Color HEX #74D276 Pastel Green

📋 copy color: '#74D276'

red 116 ◦ green 210 ◦ blue 118

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

Shades of Pastel Green #74D276

Tints of Pastel Green #74D276

RGB

 RED value IS 116 (45.7% from 255) = 26.13%

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

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 26.13%
G = 47.3%
B = 26.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#74D276 (or 0x74D276) is known color: Pastel Green. HEX triplet: 74, D2 and 76. RGB value is (116,210,118). Sum of RGB (Red+Green+Blue) = 116+210+118=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #74D276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D276 is #8B2D89. Grayscale: #ABABAB. Windows color (decimal): -9121162 or 7787124. OLE color: 7787124.

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

Color convert

RGB 116 210 118 -
CMYK 0.45 0 0.44 0.18
HSL 121.28º 0.51% 0.64% -
HSV(B) 121.28º 0.45% 0.82% -
XYZ 33.52 51.11 25.24 -
YUV 171.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 116 210 118 0.45 0 0.44 0.18 121.28 0.51 0.64
Hex 74 D2 76 2D 0 2C 12 79 33 40
Octal 164 322 166 55 0 54 22 171 63 100
Binary 1110100 11010010 1110110 101101 0 101100 10010 1111001 110011 1000000

Color Harmonies of #74D276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D276

Black with #74D276

Text Example


Text Example

White with #74D276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74D276; }

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

 H1.HeaderClassName
 {
   color: #74D276;
 }
 .AnyTagClassName
 {
   color: #74D276;
 }
</style>

background-color css

<style>
 a { background-color: #74D276; }

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

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

border-color css

<style>
 span { border-color: #74D276; }

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

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