Html Css Color HEX #74D66C Pastel Green

📋 copy color: '#74D66C'

red 116 ◦ green 214 ◦ blue 108

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

Shades of Pastel Green #74D66C

Tints of Pastel Green #74D66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.66%

R = 26.48%
G = 48.86%
B = 24.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#74D66C (or 0x74D66C) is known color: Pastel Green. HEX triplet: 74, D6 and 6C. RGB value is (116,214,108). Sum of RGB (Red+Green+Blue) = 116+214+108=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #74D66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D66C is #8B2993. Grayscale: #ACACAC. Windows color (decimal): -9120148 or 7132788. OLE color: 7132788.

HSL color Cylindrical-coordinate representation of color #74D66C: hue angle of 115.47º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74D66C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 108 -
CMYK 0.46 0 0.50 0.16
HSL 115.47º 0.56% 0.63% -
HSV(B) 115.47º 0.5% 0.84% -
XYZ 33.96 52.89 22.61 -
YUV 172.61 91.53 87.62 -
System Red Green Blue C M Y K H S L
Decimal 116 214 108 0.46 0 0.50 0.16 115.47 0.56 0.63
Hex 74 D6 6C 2E 0 32 10 73 38 3F
Octal 164 326 154 56 0 62 20 163 70 77
Binary 1110100 11010110 1101100 101110 0 110010 10000 1110011 111000 111111

Color Harmonies of #74D66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D66C

Black with #74D66C

Text Example


Text Example

White with #74D66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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