Html Css Color HEX #74D484 Pastel Green

📋 copy color: '#74D484'

red 116 ◦ green 212 ◦ blue 132

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

Shades of Pastel Green #74D484

Tints of Pastel Green #74D484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

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

R = 25.22%
G = 46.09%
B = 28.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#74D484 (or 0x74D484) is known color: Pastel Green. HEX triplet: 74, D4 and 84. RGB value is (116,212,132). Sum of RGB (Red+Green+Blue) = 116+212+132=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #74D484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D484 is #8B2B7B. Grayscale: #AEAEAE. Windows color (decimal): -9120636 or 8705140. OLE color: 8705140.

HSL color Cylindrical-coordinate representation of color #74D484: hue angle of 130º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D484 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 212 132 -
CMYK 0.45 0 0.38 0.17
HSL 130º 0.53% 0.64% -
HSV(B) 130º 0.45% 0.83% -
XYZ 34.91 52.47 30.12 -
YUV 174.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 116 212 132 0.45 0 0.38 0.17 130 0.53 0.64
Hex 74 D4 84 2D 0 26 11 82 35 40
Octal 164 324 204 55 0 46 21 202 65 100
Binary 1110100 11010100 10000100 101101 0 100110 10001 10000010 110101 1000000

Color Harmonies of #74D484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D484

Black with #74D484

Text Example


Text Example

White with #74D484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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