Html Css Color HEX #70CB65 Pastel Green

📋 copy color: '#70CB65'

red 112 ◦ green 203 ◦ blue 101

#70CB65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #70CB65

Tints of Pastel Green #70CB65

RGB

 RED value IS 112 (44.14% from 255) = 26.92%

 GREEN value IS 203 (79.69% from 255) = 48.8%

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 26.92%
G = 48.8%
B = 24.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#70CB65 (or 0x70CB65) is known color: Pastel Green. HEX triplet: 70, CB and 65. RGB value is (112,203,101). Sum of RGB (Red+Green+Blue) = 112+203+101=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB65 is #8F349A. Grayscale: #A4A4A4. Windows color (decimal): -9385115 or 6671216. OLE color: 6671216.

HSL color Cylindrical-coordinate representation of color #70CB65: hue angle of 113.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CB65 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 101 -
CMYK 0.45 0 0.50 0.20
HSL 113.53º 0.5% 0.6% -
HSV(B) 113.53º 0.5% 0.8% -
XYZ 30.39 47.1 19.8 -
YUV 164.16 92.35 90.79 -
System Red Green Blue C M Y K H S L
Decimal 112 203 101 0.45 0 0.50 0.20 113.53 0.5 0.6
Hex 70 CB 65 2D 0 32 14 72 32 3C
Octal 160 313 145 55 0 62 24 162 62 74
Binary 1110000 11001011 1100101 101101 0 110010 10100 1110010 110010 111100

Color Harmonies of #70CB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB65

Black with #70CB65

Text Example


Text Example

White with #70CB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70CB65;
 }
 .AnyTagClassName
 {
   color: #70CB65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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