#74D462

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

Shades of Pastel Green #74D462

Tints of Pastel Green #74D462

Color information

#74D462 (or 0x74D462) is unknown color: approx Pastel Green. HEX triplet: 74, D4 and 62. RGB value is (116,212,98). Sum of RGB (Red+Green+Blue) = 116+212+98=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #74D462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D462 is #8B2B9D. Grayscale: #AAAAAA. Windows color (decimal): -9120670 or 6476916. OLE color: 6476916.

HSL color Cylindrical-coordinate representation of color #74D462: hue angle of 110.53º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74D462 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB11621298-
CMYK0.4500.540.17
HSL110.53º57%60.78%-
HSV(B)110.53º53.77%83.14%-
XYZ32.9551.6819.79-
YUV170.387.289.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.23%
GREEN value IS 212 (83.20% from 255) = 49.77%
BLUE value IS 98 (38.67% from 255) = 23.00%
R=27.23%
G=49.77%
B=23.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal116212980.4500.540.17110.535760.78
Hex74D4622D036116f393d
Octal16432414255066211577175
Binary11101001101010011000101011010110110100011101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,212,98); }

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

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

 a { background-color: rgb(116,212,98); }

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

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

 span { border-color: rgb(116,212,98); }

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