Html Css Color HEX #74ED8D Pastel Green

📋 copy color: '#74ED8D'

red 116 ◦ green 237 ◦ blue 141

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

Shades of Pastel Green #74ED8D

Tints of Pastel Green #74ED8D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.98%

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 23.48%
G = 47.98%
B = 28.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#74ED8D (or 0x74ED8D) is known color: Pastel Green. HEX triplet: 74, ED and 8D. RGB value is (116,237,141). Sum of RGB (Red+Green+Blue) = 116+237+141=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ED8D is #8B1272. Grayscale: #BEBEBE. Windows color (decimal): -9114227 or 9301364. OLE color: 9301364.

HSL color Cylindrical-coordinate representation of color #74ED8D: hue angle of 132.4º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ED8D is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 237 141 -
CMYK 0.51 0 0.41 0.07
HSL 132.4º 0.77% 0.69% -
HSV(B) 132.4º 0.51% 0.93% -
XYZ 42.29 66.2 35.75 -
YUV 189.88 100.41 75.31 -
System Red Green Blue C M Y K H S L
Decimal 116 237 141 0.51 0 0.41 0.07 132.4 0.77 0.69
Hex 74 ED 8D 33 0 29 7 84 4D 45
Octal 164 355 215 63 0 51 7 204 115 105
Binary 1110100 11101101 10001101 110011 0 101001 111 10000100 1001101 1000101

Color Harmonies of #74ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ED8D

Black with #74ED8D

Text Example


Text Example

White with #74ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,237,141); }

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

background-color css

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

 a { background-color: rgb(116,237,141); }

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

border-color css

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

 span { border-color: rgb(116,237,141); }

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