Html Css Color HEX #74DB7C Pastel Green

📋 copy color: '#74DB7C'

red 116 ◦ green 219 ◦ blue 124

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

Shades of Pastel Green #74DB7C

Tints of Pastel Green #74DB7C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.71%

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 25.27%
G = 47.71%
B = 27.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#74DB7C (or 0x74DB7C) is known color: Pastel Green. HEX triplet: 74, DB and 7C. RGB value is (116,219,124). Sum of RGB (Red+Green+Blue) = 116+219+124=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB7C is #8B2483. Grayscale: #B1B1B1. Windows color (decimal): -9118852 or 8182644. OLE color: 8182644.

HSL color Cylindrical-coordinate representation of color #74DB7C: hue angle of 124.66º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DB7C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 124 -
CMYK 0.47 0 0.43 0.14
HSL 124.66º 0.59% 0.66% -
HSV(B) 124.66º 0.47% 0.86% -
XYZ 36.17 55.83 27.94 -
YUV 177.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 116 219 124 0.47 0 0.43 0.14 124.66 0.59 0.66
Hex 74 DB 7C 2F 0 2B E 7D 3B 42
Octal 164 333 174 57 0 53 16 175 73 102
Binary 1110100 11011011 1111100 101111 0 101011 1110 1111101 111011 1000010

Color Harmonies of #74DB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DB7C

Black with #74DB7C

Text Example


Text Example

White with #74DB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,219,124); }

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

background-color css

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

 a { background-color: rgb(116,219,124); }

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

border-color css

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

 span { border-color: rgb(116,219,124); }

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