Html Css Color HEX #74D381 Pastel Green

📋 copy color: '#74D381'

red 116 ◦ green 211 ◦ blue 129

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

Shades of Pastel Green #74D381

Tints of Pastel Green #74D381

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.27%

 BLUE value IS 129 (50.78% from 255) = 28.29%

R = 25.44%
G = 46.27%
B = 28.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#74D381 (or 0x74D381) is known color: Pastel Green. HEX triplet: 74, D3 and 81. RGB value is (116,211,129). Sum of RGB (Red+Green+Blue) = 116+211+129=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #74D381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D381 is #8B2C7E. Grayscale: #ADADAD. Windows color (decimal): -9120895 or 8508276. OLE color: 8508276.

HSL color Cylindrical-coordinate representation of color #74D381: hue angle of 128.21º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D381 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 211 129 -
CMYK 0.45 0 0.39 0.17
HSL 128.21º 0.52% 0.64% -
HSV(B) 128.21º 0.45% 0.83% -
XYZ 34.46 51.89 28.97 -
YUV 173.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 116 211 129 0.45 0 0.39 0.17 128.21 0.52 0.64
Hex 74 D3 81 2D 0 27 11 80 34 40
Octal 164 323 201 55 0 47 21 200 64 100
Binary 1110100 11010011 10000001 101101 0 100111 10001 10000000 110100 1000000

Color Harmonies of #74D381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D381

Black with #74D381

Text Example


Text Example

White with #74D381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,211,129); }

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

background-color css

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

 a { background-color: rgb(116,211,129); }

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

border-color css

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

 span { border-color: rgb(116,211,129); }

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