Html Css Color HEX #74FA84 Pastel Green

📋 copy color: '#74FA84'

red 116 ◦ green 250 ◦ blue 132

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

Shades of Pastel Green #74FA84

Tints of Pastel Green #74FA84

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.2%

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

R = 23.29%
G = 50.2%
B = 26.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#74FA84 (or 0x74FA84) is known color: Pastel Green. HEX triplet: 74, FA and 84. RGB value is (116,250,132). Sum of RGB (Red+Green+Blue) = 116+250+132=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FA84 is #8B057B. Grayscale: #C4C4C4. Windows color (decimal): -9110908 or 8714868. OLE color: 8714868.

HSL color Cylindrical-coordinate representation of color #74FA84: hue angle of 127.16º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FA84 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 250 132 -
CMYK 0.54 0 0.47 0.02
HSL 127.16º 0.93% 0.72% -
HSV(B) 127.16º 0.54% 0.98% -
XYZ 45.55 73.75 33.66 -
YUV 196.48 91.61 70.59 -
System Red Green Blue C M Y K H S L
Decimal 116 250 132 0.54 0 0.47 0.02 127.16 0.93 0.72
Hex 74 FA 84 36 0 2F 2 7F 5D 48
Octal 164 372 204 66 0 57 2 177 135 110
Binary 1110100 11111010 10000100 110110 0 101111 10 1111111 1011101 1001000

Color Harmonies of #74FA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FA84

Black with #74FA84

Text Example


Text Example

White with #74FA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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