#70CF65

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

Shades of Pastel Green #70CF65

Tints of Pastel Green #70CF65

Color information

#70CF65 (or 0x70CF65) is unknown color: approx Pastel Green. HEX triplet: 70, CF and 65. RGB value is (112,207,101). Sum of RGB (Red+Green+Blue) = 112+207+101=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF65 is #8F309A. Grayscale: #A6A6A6. Windows color (decimal): -9384091 or 6672240. OLE color: 6672240.

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

Color convert

RGB112207101-
CMYK0.4600.510.19
HSL113.77º52.48%60.39%-
HSV(B)113.77º51.21%81.18%-
XYZ31.3449.0120.12-
YUV166.5191.0389.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.67%
GREEN value IS 207 (81.25% from 255) = 49.29%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=26.67%
G=49.29%
B=24.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071010.4600.510.19113.7752.4860.39
Hex70CF652E0331372343c
Octal16031714556063231626474
Binary11100001100111111001011011100110011100111110010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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