Html Css Color HEX #70CB69 Pastel Green

📋 copy color: '#70CB69'

red 112 ◦ green 203 ◦ blue 105

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

Shades of Pastel Green #70CB69

Tints of Pastel Green #70CB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25%

R = 26.67%
G = 48.33%
B = 25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#70CB69 (or 0x70CB69) is known color: Pastel Green. HEX triplet: 70, CB and 69. RGB value is (112,203,105). Sum of RGB (Red+Green+Blue) = 112+203+105=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB69 is #8F3496. Grayscale: #A4A4A4. Windows color (decimal): -9385111 or 6933360. OLE color: 6933360.

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

Color convert

RGB 112 203 105 -
CMYK 0.45 0 0.48 0.20
HSL 115.71º 0.49% 0.6% -
HSV(B) 115.71º 0.48% 0.8% -
XYZ 30.59 47.18 20.86 -
YUV 164.62 94.35 90.47 -
System Red Green Blue C M Y K H S L
Decimal 112 203 105 0.45 0 0.48 0.20 115.71 0.49 0.6
Hex 70 CB 69 2D 0 30 14 74 31 3C
Octal 160 313 151 55 0 60 24 164 61 74
Binary 1110000 11001011 1101001 101101 0 110000 10100 1110100 110001 111100

Color Harmonies of #70CB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB69

Black with #70CB69

Text Example


Text Example

White with #70CB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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