Html Css Color HEX #74E18F Pastel Green

📋 copy color: '#74E18F'

red 116 ◦ green 225 ◦ blue 143

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

Shades of Pastel Green #74E18F

Tints of Pastel Green #74E18F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.49%

 BLUE value IS 143 (56.25% from 255) = 29.55%

R = 23.97%
G = 46.49%
B = 29.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#74E18F (or 0x74E18F) is known color: Pastel Green. HEX triplet: 74, E1 and 8F. RGB value is (116,225,143). Sum of RGB (Red+Green+Blue) = 116+225+143=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #74E18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E18F is #8B1E70. Grayscale: #B7B7B7. Windows color (decimal): -9117297 or 9429364. OLE color: 9429364.

HSL color Cylindrical-coordinate representation of color #74E18F: hue angle of 134.86º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E18F is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 225 143 -
CMYK 0.48 0 0.36 0.12
HSL 134.86º 0.64% 0.67% -
HSV(B) 134.86º 0.48% 0.88% -
XYZ 39.09 59.55 35.42 -
YUV 183.06 105.39 80.17 -
System Red Green Blue C M Y K H S L
Decimal 116 225 143 0.48 0 0.36 0.12 134.86 0.64 0.67
Hex 74 E1 8F 30 0 24 C 87 40 43
Octal 164 341 217 60 0 44 14 207 100 103
Binary 1110100 11100001 10001111 110000 0 100100 1100 10000111 1000000 1000011

Color Harmonies of #74E18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E18F

Black with #74E18F

Text Example


Text Example

White with #74E18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,225,143); }

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

background-color css

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

 a { background-color: rgb(116,225,143); }

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

border-color css

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

 span { border-color: rgb(116,225,143); }

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