Html Css Color HEX #74D666 Pastel Green

📋 copy color: '#74D666'

red 116 ◦ green 214 ◦ blue 102

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

Shades of Pastel Green #74D666

Tints of Pastel Green #74D666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 26.85%
G = 49.54%
B = 23.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#74D666 (or 0x74D666) is known color: Pastel Green. HEX triplet: 74, D6 and 66. RGB value is (116,214,102). Sum of RGB (Red+Green+Blue) = 116+214+102=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #74D666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D666 is #8B2999. Grayscale: #ACACAC. Windows color (decimal): -9120154 or 6739572. OLE color: 6739572.

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

Color convert

RGB 116 214 102 -
CMYK 0.46 0 0.52 0.16
HSL 112.5º 0.58% 0.62% -
HSV(B) 112.5º 0.52% 0.84% -
XYZ 33.65 52.77 20.98 -
YUV 171.93 88.53 88.11 -
System Red Green Blue C M Y K H S L
Decimal 116 214 102 0.46 0 0.52 0.16 112.5 0.58 0.62
Hex 74 D6 66 2E 0 34 10 70 3A 3E
Octal 164 326 146 56 0 64 20 160 72 76
Binary 1110100 11010110 1100110 101110 0 110100 10000 1110000 111010 111110

Color Harmonies of #74D666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D666

Black with #74D666

Text Example


Text Example

White with #74D666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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