#70CF74

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

Shades of Pastel Green #70CF74

Tints of Pastel Green #70CF74

Color information

#70CF74 (or 0x70CF74) is unknown color: approx Pastel Green. HEX triplet: 70, CF and 74. RGB value is (112,207,116). Sum of RGB (Red+Green+Blue) = 112+207+116=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF74 is #8F308B. Grayscale: #A8A8A8. Windows color (decimal): -9384076 or 7655280. OLE color: 7655280.

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

Color convert

RGB112207116-
CMYK0.4600.440.19
HSL122.53º49.74%62.55%-
HSV(B)122.53º45.89%81.18%-
XYZ32.1549.3324.35-
YUV168.2298.5387.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 207 (81.25% from 255) = 47.59%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=25.75%
G=47.59%
B=26.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071160.4600.440.19122.5349.7462.55
Hex70CF742E02C137b323f
Octal16031716456054231736277
Binary11100001100111111101001011100101100100111111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70CF74; }

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

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

<style>
 a { background-color: #70CF74; }

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

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

<style>
 span { border-color: #70CF74; }

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

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