Html Css Color HEX #74C878 Pastel Green

📋 copy color: '#74C878'

red 116 ◦ green 200 ◦ blue 120

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

Shades of Pastel Green #74C878

Tints of Pastel Green #74C878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 26.61%
G = 45.87%
B = 27.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#74C878 (or 0x74C878) is known color: Pastel Green. HEX triplet: 74, C8 and 78. RGB value is (116,200,120). Sum of RGB (Red+Green+Blue) = 116+200+120=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #74C878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C878 is #8B3787. Grayscale: #A6A6A6. Windows color (decimal): -9123720 or 7915636. OLE color: 7915636.

HSL color Cylindrical-coordinate representation of color #74C878: hue angle of 122.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C878 is Cyan = 0.42, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 120 -
CMYK 0.42 0 0.4 0.22
HSL 122.86º 0.43% 0.62% -
HSV(B) 122.86º 0.42% 0.78% -
XYZ 31.25 46.38 25.07 -
YUV 165.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 116 200 120 0.42 0 0.4 0.22 122.86 0.43 0.62
Hex 74 C8 78 2A 0 28 16 7B 2B 3E
Octal 164 310 170 52 0 50 26 173 53 76
Binary 1110100 11001000 1111000 101010 0 101000 10110 1111011 101011 111110

Color Harmonies of #74C878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C878

Black with #74C878

Text Example


Text Example

White with #74C878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,200,120); }

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

background-color css

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

 a { background-color: rgb(116,200,120); }

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

border-color css

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

 span { border-color: rgb(116,200,120); }

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