Html Css Color HEX #74DF81 Pastel Green

📋 copy color: '#74DF81'

red 116 ◦ green 223 ◦ blue 129

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

Shades of Pastel Green #74DF81

Tints of Pastel Green #74DF81

RGB

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

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

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

R = 24.79%
G = 47.65%
B = 27.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#74DF81 (or 0x74DF81) is known color: Pastel Green. HEX triplet: 74, DF and 81. RGB value is (116,223,129). Sum of RGB (Red+Green+Blue) = 116+223+129=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DF81 is #8B207E. Grayscale: #B4B4B4. Windows color (decimal): -9117823 or 8511348. OLE color: 8511348.

HSL color Cylindrical-coordinate representation of color #74DF81: hue angle of 127.29º 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 #74DF81 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 129 -
CMYK 0.48 0 0.42 0.13
HSL 127.29º 0.63% 0.66% -
HSV(B) 127.29º 0.48% 0.87% -
XYZ 37.55 58.07 30 -
YUV 180.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 116 223 129 0.48 0 0.42 0.13 127.29 0.63 0.66
Hex 74 DF 81 30 0 2A D 7F 3F 42
Octal 164 337 201 60 0 52 15 177 77 102
Binary 1110100 11011111 10000001 110000 0 101010 1101 1111111 111111 1000010

Color Harmonies of #74DF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF81

Black with #74DF81

Text Example


Text Example

White with #74DF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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