Html Css Color HEX #70CF83 Pastel Green

📋 copy color: '#70CF83'

red 112 ◦ green 207 ◦ blue 131

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

Shades of Pastel Green #70CF83

Tints of Pastel Green #70CF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 24.89%
G = 46%
B = 29.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#70CF83 (or 0x70CF83) is known color: Pastel Green. HEX triplet: 70, CF and 83. RGB value is (112,207,131). Sum of RGB (Red+Green+Blue) = 112+207+131=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF83 is #8F307C. Grayscale: #AAAAAA. Windows color (decimal): -9384061 or 8638320. OLE color: 8638320.

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

Color convert

RGB 112 207 131 -
CMYK 0.46 0 0.37 0.19
HSL 132º 0.5% 0.63% -
HSV(B) 132º 0.46% 0.81% -
XYZ 33.09 49.71 29.32 -
YUV 169.93 106.03 86.68 -
System Red Green Blue C M Y K H S L
Decimal 112 207 131 0.46 0 0.37 0.19 132 0.5 0.63
Hex 70 CF 83 2E 0 25 13 84 32 3F
Octal 160 317 203 56 0 45 23 204 62 77
Binary 1110000 11001111 10000011 101110 0 100101 10011 10000100 110010 111111

Color Harmonies of #70CF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF83

Black with #70CF83

Text Example


Text Example

White with #70CF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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