Html Css Color HEX #74E382 Pastel Green

📋 copy color: '#74E382'

red 116 ◦ green 227 ◦ blue 130

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

Shades of Pastel Green #74E382

Tints of Pastel Green #74E382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.99%

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

R = 24.52%
G = 47.99%
B = 27.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#74E382 (or 0x74E382) is known color: Pastel Green. HEX triplet: 74, E3 and 82. RGB value is (116,227,130). Sum of RGB (Red+Green+Blue) = 116+227+130=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #74E382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E382 is #8B1C7D. Grayscale: #B7B7B7. Windows color (decimal): -9116798 or 8577908. OLE color: 8577908.

HSL color Cylindrical-coordinate representation of color #74E382: hue angle of 127.57º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E382 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 227 130 -
CMYK 0.49 0 0.43 0.11
HSL 127.57º 0.66% 0.67% -
HSV(B) 127.57º 0.49% 0.89% -
XYZ 38.7 60.26 30.71 -
YUV 182.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 116 227 130 0.49 0 0.43 0.11 127.57 0.66 0.67
Hex 74 E3 82 31 0 2B B 80 42 43
Octal 164 343 202 61 0 53 13 200 102 103
Binary 1110100 11100011 10000010 110001 0 101011 1011 10000000 1000010 1000011

Color Harmonies of #74E382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E382

Black with #74E382

Text Example


Text Example

White with #74E382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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