Html Css Color HEX #74D277 Pastel Green

📋 copy color: '#74D277'

red 116 ◦ green 210 ◦ blue 119

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

Shades of Pastel Green #74D277

Tints of Pastel Green #74D277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.74%

R = 26.07%
G = 47.19%
B = 26.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#74D277 (or 0x74D277) is known color: Pastel Green. HEX triplet: 74, D2 and 77. RGB value is (116,210,119). Sum of RGB (Red+Green+Blue) = 116+210+119=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #74D277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D277 is #8B2D88. Grayscale: #ABABAB. Windows color (decimal): -9121161 or 7852660. OLE color: 7852660.

HSL color Cylindrical-coordinate representation of color #74D277: hue angle of 121.91º 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 #74D277 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 119 -
CMYK 0.45 0 0.43 0.18
HSL 121.91º 0.51% 0.64% -
HSV(B) 121.91º 0.45% 0.82% -
XYZ 33.58 51.14 25.55 -
YUV 171.52 98.36 88.4 -
System Red Green Blue C M Y K H S L
Decimal 116 210 119 0.45 0 0.43 0.18 121.91 0.51 0.64
Hex 74 D2 77 2D 0 2B 12 7A 33 40
Octal 164 322 167 55 0 53 22 172 63 100
Binary 1110100 11010010 1110111 101101 0 101011 10010 1111010 110011 1000000

Color Harmonies of #74D277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D277

Black with #74D277

Text Example


Text Example

White with #74D277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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