#74CF6E

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

Shades of Pastel Green #74CF6E

Tints of Pastel Green #74CF6E

Color information

#74CF6E (or 0x74CF6E) is unknown color: approx Pastel Green. HEX triplet: 74, CF and 6E. RGB value is (116,207,110). Sum of RGB (Red+Green+Blue) = 116+207+110=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF6E is #8B3091. Grayscale: #A9A9A9. Windows color (decimal): -9121938 or 7262068. OLE color: 7262068.

HSL color Cylindrical-coordinate representation of color #74CF6E: hue angle of 116.29º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CF6E is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB116207110-
CMYK0.4400.470.19
HSL116.29º50.26%62.16%-
HSV(B)116.29º46.86%81.18%-
XYZ32.3349.4622.6-
YUV168.7394.8590.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 207 (81.25% from 255) = 47.81%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=26.79%
G=47.81%
B=25.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162071100.4400.470.19116.2950.2662.16
Hex74CF6E2C02F1374323e
Octal16431715654057231646276
Binary11101001100111111011101011000101111100111110100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,207,110); }

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

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

 a { background-color: rgb(116,207,110); }

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

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

 span { border-color: rgb(116,207,110); }

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