Html Css Color HEX #74DA81 Pastel Green

📋 copy color: '#74DA81'

red 116 ◦ green 218 ◦ blue 129

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

Shades of Pastel Green #74DA81

Tints of Pastel Green #74DA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

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

R = 25.05%
G = 47.08%
B = 27.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#74DA81 (or 0x74DA81) is known color: Pastel Green. HEX triplet: 74, DA and 81. RGB value is (116,218,129). Sum of RGB (Red+Green+Blue) = 116+218+129=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DA81 is #8B257E. Grayscale: #B1B1B1. Windows color (decimal): -9119103 or 8510068. OLE color: 8510068.

HSL color Cylindrical-coordinate representation of color #74DA81: hue angle of 127.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DA81 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 218 129 -
CMYK 0.47 0 0.41 0.15
HSL 127.65º 0.58% 0.65% -
HSV(B) 127.65º 0.47% 0.85% -
XYZ 36.24 55.44 29.56 -
YUV 177.36 100.71 84.24 -
System Red Green Blue C M Y K H S L
Decimal 116 218 129 0.47 0 0.41 0.15 127.65 0.58 0.65
Hex 74 DA 81 2F 0 29 F 80 3A 41
Octal 164 332 201 57 0 51 17 200 72 101
Binary 1110100 11011010 10000001 101111 0 101001 1111 10000000 111010 1000001

Color Harmonies of #74DA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DA81

Black with #74DA81

Text Example


Text Example

White with #74DA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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