Html Css Color HEX #74F77D Pastel Green

📋 copy color: '#74F77D'

red 116 ◦ green 247 ◦ blue 125

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

Shades of Pastel Green #74F77D

Tints of Pastel Green #74F77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.61%

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 23.77%
G = 50.61%
B = 25.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#74F77D (or 0x74F77D) is known color: Pastel Green. HEX triplet: 74, F7 and 7D. RGB value is (116,247,125). Sum of RGB (Red+Green+Blue) = 116+247+125=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #74F77D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F77D is #8B0882. Grayscale: #C2C2C2. Windows color (decimal): -9111683 or 8255348. OLE color: 8255348.

HSL color Cylindrical-coordinate representation of color #74F77D: hue angle of 124.12º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F77D is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 247 125 -
CMYK 0.53 0 0.49 0.03
HSL 124.12º 0.89% 0.71% -
HSV(B) 124.12º 0.53% 0.97% -
XYZ 44.16 71.72 30.92 -
YUV 193.92 89.1 72.42 -
System Red Green Blue C M Y K H S L
Decimal 116 247 125 0.53 0 0.49 0.03 124.12 0.89 0.71
Hex 74 F7 7D 35 0 31 3 7C 59 47
Octal 164 367 175 65 0 61 3 174 131 107
Binary 1110100 11110111 1111101 110101 0 110001 11 1111100 1011001 1000111

Color Harmonies of #74F77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F77D

Black with #74F77D

Text Example


Text Example

White with #74F77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,247,125); }

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

background-color css

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

 a { background-color: rgb(116,247,125); }

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

border-color css

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

 span { border-color: rgb(116,247,125); }

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