Html Css Color HEX #74F67D Pastel Green

📋 copy color: '#74F67D'

red 116 ◦ green 246 ◦ blue 125

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

Shades of Pastel Green #74F67D

Tints of Pastel Green #74F67D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.51%

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

R = 23.82%
G = 50.51%
B = 25.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#74F67D (or 0x74F67D) is known color: Pastel Green. HEX triplet: 74, F6 and 7D. RGB value is (116,246,125). Sum of RGB (Red+Green+Blue) = 116+246+125=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #74F67D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F67D is #8B0982. Grayscale: #C1C1C1. Windows color (decimal): -9111939 or 8255092. OLE color: 8255092.

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

Color convert

RGB 116 246 125 -
CMYK 0.53 0 0.49 0.04
HSL 124.15º 0.88% 0.71% -
HSV(B) 124.15º 0.53% 0.96% -
XYZ 43.86 71.11 30.82 -
YUV 193.34 89.43 72.84 -
System Red Green Blue C M Y K H S L
Decimal 116 246 125 0.53 0 0.49 0.04 124.15 0.88 0.71
Hex 74 F6 7D 35 0 31 4 7C 58 47
Octal 164 366 175 65 0 61 4 174 130 107
Binary 1110100 11110110 1111101 110101 0 110001 100 1111100 1011000 1000111

Color Harmonies of #74F67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F67D

Black with #74F67D

Text Example


Text Example

White with #74F67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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