Html Css Color HEX #74E485 Pastel Green

📋 copy color: '#74E485'

red 116 ◦ green 228 ◦ blue 133

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

Shades of Pastel Green #74E485

Tints of Pastel Green #74E485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.8%

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 24.32%
G = 47.8%
B = 27.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#74E485 (or 0x74E485) is known color: Pastel Green. HEX triplet: 74, E4 and 85. RGB value is (116,228,133). Sum of RGB (Red+Green+Blue) = 116+228+133=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #74E485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E485 is #8B1B7A. Grayscale: #B7B7B7. Windows color (decimal): -9116539 or 8774772. OLE color: 8774772.

HSL color Cylindrical-coordinate representation of color #74E485: hue angle of 129.11º degrees, saturation: 0.67, 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 #74E485 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 228 133 -
CMYK 0.49 0 0.42 0.11
HSL 129.11º 0.67% 0.67% -
HSV(B) 129.11º 0.49% 0.89% -
XYZ 39.18 60.89 31.88 -
YUV 183.68 99.39 79.72 -
System Red Green Blue C M Y K H S L
Decimal 116 228 133 0.49 0 0.42 0.11 129.11 0.67 0.67
Hex 74 E4 85 31 0 2A B 81 43 43
Octal 164 344 205 61 0 52 13 201 103 103
Binary 1110100 11100100 10000101 110001 0 101010 1011 10000001 1000011 1000011

Color Harmonies of #74E485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E485

Black with #74E485

Text Example


Text Example

White with #74E485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,228,133); }

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

background-color css

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

 a { background-color: rgb(116,228,133); }

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

border-color css

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

 span { border-color: rgb(116,228,133); }

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