Html Css Color HEX #70CF63 Pastel Green

📋 copy color: '#70CF63'

red 112 ◦ green 207 ◦ blue 99

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

Shades of Pastel Green #70CF63

Tints of Pastel Green #70CF63

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.52%

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 26.79%
G = 49.52%
B = 23.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#70CF63 (or 0x70CF63) is known color: Pastel Green. HEX triplet: 70, CF and 63. RGB value is (112,207,99). Sum of RGB (Red+Green+Blue) = 112+207+99=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF63 is #8F309C. Grayscale: #A6A6A6. Windows color (decimal): -9384093 or 6541168. OLE color: 6541168.

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

Color convert

RGB 112 207 99 -
CMYK 0.46 0 0.52 0.19
HSL 112.78º 0.53% 0.6% -
HSV(B) 112.78º 0.52% 0.81% -
XYZ 31.25 48.97 19.61 -
YUV 166.28 90.03 89.28 -
System Red Green Blue C M Y K H S L
Decimal 112 207 99 0.46 0 0.52 0.19 112.78 0.53 0.6
Hex 70 CF 63 2E 0 34 13 71 35 3C
Octal 160 317 143 56 0 64 23 161 65 74
Binary 1110000 11001111 1100011 101110 0 110100 10011 1110001 110101 111100

Color Harmonies of #70CF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF63

Black with #70CF63

Text Example


Text Example

White with #70CF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,207,99); }

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

background-color css

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

 a { background-color: rgb(112,207,99); }

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

border-color css

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

 span { border-color: rgb(112,207,99); }

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