Html Css Color HEX #74F484 Pastel Green

📋 copy color: '#74F484'

red 116 ◦ green 244 ◦ blue 132

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

Shades of Pastel Green #74F484

Tints of Pastel Green #74F484

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.59%

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 23.58%
G = 49.59%
B = 26.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#74F484 (or 0x74F484) is known color: Pastel Green. HEX triplet: 74, F4 and 84. RGB value is (116,244,132). Sum of RGB (Red+Green+Blue) = 116+244+132=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #74F484 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F484 is #8B0B7B. Grayscale: #C1C1C1. Windows color (decimal): -9112444 or 8713332. OLE color: 8713332.

HSL color Cylindrical-coordinate representation of color #74F484: hue angle of 127.5º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F484 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 244 132 -
CMYK 0.52 0 0.46 0.04
HSL 127.5º 0.85% 0.71% -
HSV(B) 127.5º 0.52% 0.96% -
XYZ 43.72 70.08 33.05 -
YUV 192.96 93.59 73.11 -
System Red Green Blue C M Y K H S L
Decimal 116 244 132 0.52 0 0.46 0.04 127.5 0.85 0.71
Hex 74 F4 84 34 0 2E 4 80 55 47
Octal 164 364 204 64 0 56 4 200 125 107
Binary 1110100 11110100 10000100 110100 0 101110 100 10000000 1010101 1000111

Color Harmonies of #74F484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F484

Black with #74F484

Text Example


Text Example

White with #74F484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,244,132); }

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

background-color css

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

 a { background-color: rgb(116,244,132); }

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

border-color css

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

 span { border-color: rgb(116,244,132); }

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