#74CF6F

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

Shades of Pastel Green #74CF6F

Tints of Pastel Green #74CF6F

Color information

#74CF6F (or 0x74CF6F) is unknown color: approx Pastel Green. HEX triplet: 74, CF and 6F. RGB value is (116,207,111). Sum of RGB (Red+Green+Blue) = 116+207+111=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF6F is #8B3090. Grayscale: #A9A9A9. Windows color (decimal): -9121937 or 7327604. OLE color: 7327604.

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

Color convert

RGB116207111-
CMYK0.4400.460.19
HSL116.88º50%62.35%-
HSV(B)116.88º46.38%81.18%-
XYZ32.3849.4922.88-
YUV168.8595.3590.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 207 (81.25% from 255) = 47.70%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=26.73%
G=47.70%
B=25.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162071110.4400.460.19116.885062.35
Hex74CF6F2C02E1375323e
Octal16431715754056231656276
Binary11101001100111111011111011000101110100111110101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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