#74CE6C

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

Shades of Pastel Green #74CE6C

Tints of Pastel Green #74CE6C

Color information

#74CE6C (or 0x74CE6C) is unknown color: approx Pastel Green. HEX triplet: 74, CE and 6C. RGB value is (116,206,108). Sum of RGB (Red+Green+Blue) = 116+206+108=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CE6C is #8B3193. Grayscale: #A8A8A8. Windows color (decimal): -9122196 or 7130740. OLE color: 7130740.

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

Color convert

RGB116206108-
CMYK0.4400.480.19
HSL115.1º50%61.57%-
HSV(B)115.1º47.57%80.78%-
XYZ31.9848.9421.95-
YUV167.9294.1890.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.98%
GREEN value IS 206 (80.86% from 255) = 47.91%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=26.98%
G=47.91%
B=25.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162061080.4400.480.19115.15061.57
Hex74CE6C2C0301373323e
Octal16431615454060231636276
Binary11101001100111011011001011000110000100111110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,206,108); }

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

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

 a { background-color: rgb(116,206,108); }

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

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

 span { border-color: rgb(116,206,108); }

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