Html Css Color HEX #70CE74 Pastel Green

📋 copy color: '#70CE74'

red 112 ◦ green 206 ◦ blue 116

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

Shades of Pastel Green #70CE74

Tints of Pastel Green #70CE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 25.81%
G = 47.47%
B = 26.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#70CE74 (or 0x70CE74) is known color: Pastel Green. HEX triplet: 70, CE and 74. RGB value is (112,206,116). Sum of RGB (Red+Green+Blue) = 112+206+116=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE74 is #8F318B. Grayscale: #A7A7A7. Windows color (decimal): -9384332 or 7655024. OLE color: 7655024.

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

Color convert

RGB 112 206 116 -
CMYK 0.46 0 0.44 0.19
HSL 122.55º 0.49% 0.62% -
HSV(B) 122.55º 0.46% 0.81% -
XYZ 31.91 48.85 24.27 -
YUV 167.63 98.86 88.32 -
System Red Green Blue C M Y K H S L
Decimal 112 206 116 0.46 0 0.44 0.19 122.55 0.49 0.62
Hex 70 CE 74 2E 0 2C 13 7B 31 3E
Octal 160 316 164 56 0 54 23 173 61 76
Binary 1110000 11001110 1110100 101110 0 101100 10011 1111011 110001 111110

Color Harmonies of #70CE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE74

Black with #70CE74

Text Example


Text Example

White with #70CE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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