Html Css Color HEX #70DF65 Pastel Green

📋 copy color: '#70DF65'

red 112 ◦ green 223 ◦ blue 101

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

Shades of Pastel Green #70DF65

Tints of Pastel Green #70DF65

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.15%

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

R = 25.69%
G = 51.15%
B = 23.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#70DF65 (or 0x70DF65) is known color: Pastel Green. HEX triplet: 70, DF and 65. RGB value is (112,223,101). Sum of RGB (Red+Green+Blue) = 112+223+101=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF65 is #8F209A. Grayscale: #B0B0B0. Windows color (decimal): -9379995 or 6676336. OLE color: 6676336.

HSL color Cylindrical-coordinate representation of color #70DF65: hue angle of 114.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DF65 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 101 -
CMYK 0.50 0 0.55 0.13
HSL 114.59º 0.66% 0.64% -
HSV(B) 114.59º 0.55% 0.87% -
XYZ 35.42 57.16 21.48 -
YUV 175.9 85.73 82.42 -
System Red Green Blue C M Y K H S L
Decimal 112 223 101 0.50 0 0.55 0.13 114.59 0.66 0.64
Hex 70 DF 65 32 0 37 D 73 42 40
Octal 160 337 145 62 0 67 15 163 102 100
Binary 1110000 11011111 1100101 110010 0 110111 1101 1110011 1000010 1000000

Color Harmonies of #70DF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF65

Black with #70DF65

Text Example


Text Example

White with #70DF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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