Html Css Color HEX #70CE68 Pastel Green

📋 copy color: '#70CE68'

red 112 ◦ green 206 ◦ blue 104

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

Shades of Pastel Green #70CE68

Tints of Pastel Green #70CE68

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

 BLUE value IS 104 (41.02% from 255) = 24.64%

R = 26.54%
G = 48.82%
B = 24.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#70CE68 (or 0x70CE68) is known color: Pastel Green. HEX triplet: 70, CE and 68. RGB value is (112,206,104). Sum of RGB (Red+Green+Blue) = 112+206+104=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE68 is #8F3197. Grayscale: #A6A6A6. Windows color (decimal): -9384344 or 6868592. OLE color: 6868592.

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

Color convert

RGB 112 206 104 -
CMYK 0.46 0 0.50 0.19
HSL 115.29º 0.51% 0.61% -
HSV(B) 115.29º 0.5% 0.81% -
XYZ 31.25 48.59 20.83 -
YUV 166.27 92.86 89.29 -
System Red Green Blue C M Y K H S L
Decimal 112 206 104 0.46 0 0.50 0.19 115.29 0.51 0.61
Hex 70 CE 68 2E 0 32 13 73 33 3D
Octal 160 316 150 56 0 62 23 163 63 75
Binary 1110000 11001110 1101000 101110 0 110010 10011 1110011 110011 111101

Color Harmonies of #70CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE68

Black with #70CE68

Text Example


Text Example

White with #70CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,104); }

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

background-color css

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

 a { background-color: rgb(112,206,104); }

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

border-color css

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

 span { border-color: rgb(112,206,104); }

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