Html Css Color HEX #74D86F Pastel Green

📋 copy color: '#74D86F'

red 116 ◦ green 216 ◦ blue 111

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

Shades of Pastel Green #74D86F

Tints of Pastel Green #74D86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.76%

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 26.19%
G = 48.76%
B = 25.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#74D86F (or 0x74D86F) is known color: Pastel Green. HEX triplet: 74, D8 and 6F. RGB value is (116,216,111). Sum of RGB (Red+Green+Blue) = 116+216+111=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #74D86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D86F is #8B2790. Grayscale: #AEAEAE. Windows color (decimal): -9119633 or 7329908. OLE color: 7329908.

HSL color Cylindrical-coordinate representation of color #74D86F: hue angle of 117.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74D86F is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 111 -
CMYK 0.46 0 0.49 0.15
HSL 117.14º 0.57% 0.64% -
HSV(B) 117.14º 0.49% 0.85% -
XYZ 34.63 53.97 23.63 -
YUV 174.13 92.37 86.54 -
System Red Green Blue C M Y K H S L
Decimal 116 216 111 0.46 0 0.49 0.15 117.14 0.57 0.64
Hex 74 D8 6F 2E 0 31 F 75 39 40
Octal 164 330 157 56 0 61 17 165 71 100
Binary 1110100 11011000 1101111 101110 0 110001 1111 1110101 111001 1000000

Color Harmonies of #74D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D86F

Black with #74D86F

Text Example


Text Example

White with #74D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,216,111); }

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

background-color css

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

 a { background-color: rgb(116,216,111); }

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

border-color css

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

 span { border-color: rgb(116,216,111); }

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