#74D866

Color #74D866 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #74D866

Tints of Pastel Green #74D866

Color information

#74D866 (or 0x74D866) is unknown color: approx Pastel Green. HEX triplet: 74, D8 and 66. RGB value is (116,216,102). Sum of RGB (Red+Green+Blue) = 116+216+102=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #74D866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D866 is #8B2799. Grayscale: #ADADAD. Windows color (decimal): -9119642 or 6740084. OLE color: 6740084.

HSL color Cylindrical-coordinate representation of color #74D866: hue angle of 112.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74D866 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB116216102-
CMYK0.4600.530.15
HSL112.63º59.38%62.35%-
HSV(B)112.63º52.78%84.71%-
XYZ34.1653.7821.15-
YUV173.187.8787.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 216 (84.77% from 255) = 49.77%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=26.73%
G=49.77%
B=23.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162161020.4600.530.15112.6359.3862.35
Hex74D8662E035F713b3e
Octal16433014656065171617376
Binary1110100110110001100110101110011010111111110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74D866;
 }
 .AnyTagClassName
 {
   color: #74D866;
 }
</style>
background-color css

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

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

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

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

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

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