Html Css Color HEX #74F078 Pastel Green

📋 copy color: '#74F078'

red 116 ◦ green 240 ◦ blue 120

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

Shades of Pastel Green #74F078

Tints of Pastel Green #74F078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

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

R = 24.37%
G = 50.42%
B = 25.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#74F078 (or 0x74F078) is known color: Pastel Green. HEX triplet: 74, F0 and 78. RGB value is (116,240,120). Sum of RGB (Red+Green+Blue) = 116+240+120=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #74F078 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F078 is #8B0F87. Grayscale: #BDBDBD. Windows color (decimal): -9113480 or 7925876. OLE color: 7925876.

HSL color Cylindrical-coordinate representation of color #74F078: hue angle of 121.94º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F078 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 240 120 -
CMYK 0.52 0 0.5 0.06
HSL 121.94º 0.81% 0.7% -
HSV(B) 121.94º 0.52% 0.94% -
XYZ 41.75 67.39 28.58 -
YUV 189.24 88.92 75.76 -
System Red Green Blue C M Y K H S L
Decimal 116 240 120 0.52 0 0.5 0.06 121.94 0.81 0.7
Hex 74 F0 78 34 0 32 6 7A 51 46
Octal 164 360 170 64 0 62 6 172 121 106
Binary 1110100 11110000 1111000 110100 0 110010 110 1111010 1010001 1000110

Color Harmonies of #74F078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F078

Black with #74F078

Text Example


Text Example

White with #74F078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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