Html Css Color HEX #74EA82 Pastel Green

📋 copy color: '#74EA82'

red 116 ◦ green 234 ◦ blue 130

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

Shades of Pastel Green #74EA82

Tints of Pastel Green #74EA82

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.75%

 BLUE value IS 130 (51.17% from 255) = 27.08%

R = 24.17%
G = 48.75%
B = 27.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#74EA82 (or 0x74EA82) is known color: Pastel Green. HEX triplet: 74, EA and 82. RGB value is (116,234,130). Sum of RGB (Red+Green+Blue) = 116+234+130=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EA82 is #8B157D. Grayscale: #BBBBBB. Windows color (decimal): -9115006 or 8579700. OLE color: 8579700.

HSL color Cylindrical-coordinate representation of color #74EA82: hue angle of 127.12º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EA82 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 130 -
CMYK 0.50 0 0.44 0.08
HSL 127.12º 0.74% 0.69% -
HSV(B) 127.12º 0.5% 0.92% -
XYZ 40.65 64.17 31.36 -
YUV 186.86 95.91 77.46 -
System Red Green Blue C M Y K H S L
Decimal 116 234 130 0.50 0 0.44 0.08 127.12 0.74 0.69
Hex 74 EA 82 32 0 2C 8 7F 4A 45
Octal 164 352 202 62 0 54 10 177 112 105
Binary 1110100 11101010 10000010 110010 0 101100 1000 1111111 1001010 1000101

Color Harmonies of #74EA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EA82

Black with #74EA82

Text Example


Text Example

White with #74EA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,234,130); }

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

background-color css

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

 a { background-color: rgb(116,234,130); }

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

border-color css

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

 span { border-color: rgb(116,234,130); }

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