Html Css Color HEX #74DF86 Pastel Green

📋 copy color: '#74DF86'

red 116 ◦ green 223 ◦ blue 134

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

Shades of Pastel Green #74DF86

Tints of Pastel Green #74DF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 134 (52.73% from 255) = 28.33%

R = 24.52%
G = 47.15%
B = 28.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#74DF86 (or 0x74DF86) is known color: Pastel Green. HEX triplet: 74, DF and 86. RGB value is (116,223,134). Sum of RGB (Red+Green+Blue) = 116+223+134=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DF86 is #8B2079. Grayscale: #B5B5B5. Windows color (decimal): -9117818 or 8839028. OLE color: 8839028.

HSL color Cylindrical-coordinate representation of color #74DF86: hue angle of 130.09º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DF86 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 134 -
CMYK 0.48 0 0.40 0.13
HSL 130.09º 0.63% 0.66% -
HSV(B) 130.09º 0.48% 0.87% -
XYZ 37.89 58.21 31.79 -
YUV 180.86 101.55 81.74 -
System Red Green Blue C M Y K H S L
Decimal 116 223 134 0.48 0 0.40 0.13 130.09 0.63 0.66
Hex 74 DF 86 30 0 28 D 82 3F 42
Octal 164 337 206 60 0 50 15 202 77 102
Binary 1110100 11011111 10000110 110000 0 101000 1101 10000010 111111 1000010

Color Harmonies of #74DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF86

Black with #74DF86

Text Example


Text Example

White with #74DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,134); }

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

background-color css

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

 a { background-color: rgb(116,223,134); }

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

border-color css

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

 span { border-color: rgb(116,223,134); }

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