#74D27F

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

Shades of Pastel Green #74D27F

Tints of Pastel Green #74D27F

Color information

#74D27F (or 0x74D27F) is unknown color: approx Pastel Green. HEX triplet: 74, D2 and 7F. RGB value is (116,210,127). Sum of RGB (Red+Green+Blue) = 116+210+127=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #74D27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D27F is #8B2D80. Grayscale: #ACACAC. Windows color (decimal): -9121153 or 8376948. OLE color: 8376948.

HSL color Cylindrical-coordinate representation of color #74D27F: hue angle of 127.02º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D27F is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB116210127-
CMYK0.4500.400.18
HSL127.02º51.09%63.92%-
HSV(B)127.02º44.76%82.35%-
XYZ34.0851.3428.19-
YUV172.43102.3687.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.61%
GREEN value IS 210 (82.42% from 255) = 46.36%
BLUE value IS 127 (50% from 255) = 28.04%
R=25.61%
G=46.36%
B=28.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162101270.4500.400.18127.0251.0963.92
Hex74D27F2D028127f3340
Octal164322177550502217763100
Binary111010011010010111111110110101010001001011111111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,210,127); }

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

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

 a { background-color: rgb(116,210,127); }

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

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

 span { border-color: rgb(116,210,127); }

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