#74C969

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

Shades of Pastel Green #74C969

Tints of Pastel Green #74C969

Color information

#74C969 (or 0x74C969) is unknown color: approx Pastel Green. HEX triplet: 74, C9 and 69. RGB value is (116,201,105). Sum of RGB (Red+Green+Blue) = 116+201+105=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #74C969 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C969 is #8B3696. Grayscale: #A4A4A4. Windows color (decimal): -9123479 or 6932852. OLE color: 6932852.

HSL color Cylindrical-coordinate representation of color #74C969: hue angle of 113.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C969 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB116201105-
CMYK0.4200.480.21
HSL113.12º47.06%60%-
HSV(B)113.12º47.76%78.82%-
XYZ30.6446.5120.73-
YUV164.6494.3493.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.49%
GREEN value IS 201 (78.91% from 255) = 47.63%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=27.49%
G=47.63%
B=24.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011050.4200.480.21113.1247.0660
Hex74C9692A03015712f3c
Octal16431115152060251615774
Binary11101001100100111010011010100110000101011110001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,201,105); }

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

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

 a { background-color: rgb(116,201,105); }

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

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

 span { border-color: rgb(116,201,105); }

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