Html Css Color HEX #74D688 Pastel Green

📋 copy color: '#74D688'

red 116 ◦ green 214 ◦ blue 136

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

Shades of Pastel Green #74D688

Tints of Pastel Green #74D688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.18%

R = 24.89%
G = 45.92%
B = 29.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#74D688 (or 0x74D688) is known color: Pastel Green. HEX triplet: 74, D6 and 88. RGB value is (116,214,136). Sum of RGB (Red+Green+Blue) = 116+214+136=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #74D688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D688 is #8B2977. Grayscale: #B0B0B0. Windows color (decimal): -9120120 or 8967796. OLE color: 8967796.

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

Color convert

RGB 116 214 136 -
CMYK 0.46 0 0.36 0.16
HSL 132.24º 0.54% 0.65% -
HSV(B) 132.24º 0.46% 0.84% -
XYZ 35.69 53.58 31.75 -
YUV 175.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 116 214 136 0.46 0 0.36 0.16 132.24 0.54 0.65
Hex 74 D6 88 2E 0 24 10 84 36 41
Octal 164 326 210 56 0 44 20 204 66 101
Binary 1110100 11010110 10001000 101110 0 100100 10000 10000100 110110 1000001

Color Harmonies of #74D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D688

Black with #74D688

Text Example


Text Example

White with #74D688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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