Html Css Color HEX #74D672 Pastel Green

📋 copy color: '#74D672'

red 116 ◦ green 214 ◦ blue 114

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

Shades of Pastel Green #74D672

Tints of Pastel Green #74D672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.2%

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 26.13%
G = 48.2%
B = 25.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#74D672 (or 0x74D672) is known color: Pastel Green. HEX triplet: 74, D6 and 72. RGB value is (116,214,114). Sum of RGB (Red+Green+Blue) = 116+214+114=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #74D672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D672 is #8B298D. Grayscale: #ADADAD. Windows color (decimal): -9120142 or 7526004. OLE color: 7526004.

HSL color Cylindrical-coordinate representation of color #74D672: hue angle of 118.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D672 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 114 -
CMYK 0.46 0 0.47 0.16
HSL 118.8º 0.55% 0.64% -
HSV(B) 118.8º 0.47% 0.84% -
XYZ 34.29 53.02 24.35 -
YUV 173.3 94.53 87.13 -
System Red Green Blue C M Y K H S L
Decimal 116 214 114 0.46 0 0.47 0.16 118.8 0.55 0.64
Hex 74 D6 72 2E 0 2F 10 77 37 40
Octal 164 326 162 56 0 57 20 167 67 100
Binary 1110100 11010110 1110010 101110 0 101111 10000 1110111 110111 1000000

Color Harmonies of #74D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D672

Black with #74D672

Text Example


Text Example

White with #74D672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,214,114); }

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

background-color css

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

 a { background-color: rgb(116,214,114); }

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

border-color css

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

 span { border-color: rgb(116,214,114); }

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