Html Css Color HEX #74F18A Pastel Green

📋 copy color: '#74F18A'

red 116 ◦ green 241 ◦ blue 138

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

Shades of Pastel Green #74F18A

Tints of Pastel Green #74F18A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.69%

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 23.43%
G = 48.69%
B = 27.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#74F18A (or 0x74F18A) is known color: Pastel Green. HEX triplet: 74, F1 and 8A. RGB value is (116,241,138). Sum of RGB (Red+Green+Blue) = 116+241+138=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #74F18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F18A is #8B0E75. Grayscale: #C0C0C0. Windows color (decimal): -9113206 or 9105780. OLE color: 9105780.

HSL color Cylindrical-coordinate representation of color #74F18A: hue angle of 130.56º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F18A is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 241 138 -
CMYK 0.52 0 0.43 0.05
HSL 130.56º 0.82% 0.7% -
HSV(B) 130.56º 0.52% 0.95% -
XYZ 43.25 68.46 34.98 -
YUV 191.88 97.59 73.88 -
System Red Green Blue C M Y K H S L
Decimal 116 241 138 0.52 0 0.43 0.05 130.56 0.82 0.7
Hex 74 F1 8A 34 0 2B 5 83 52 46
Octal 164 361 212 64 0 53 5 203 122 106
Binary 1110100 11110001 10001010 110100 0 101011 101 10000011 1010010 1000110

Color Harmonies of #74F18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F18A

Black with #74F18A

Text Example


Text Example

White with #74F18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,241,138); }

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

background-color css

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

 a { background-color: rgb(116,241,138); }

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

border-color css

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

 span { border-color: rgb(116,241,138); }

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