Html Css Color HEX #70CF6C Pastel Green

📋 copy color: '#70CF6C'

red 112 ◦ green 207 ◦ blue 108

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

Shades of Pastel Green #70CF6C

Tints of Pastel Green #70CF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 26.23%
G = 48.48%
B = 25.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#70CF6C (or 0x70CF6C) is known color: Pastel Green. HEX triplet: 70, CF and 6C. RGB value is (112,207,108). Sum of RGB (Red+Green+Blue) = 112+207+108=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF6C is #8F3093. Grayscale: #A7A7A7. Windows color (decimal): -9384084 or 7130992. OLE color: 7130992.

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

Color convert

RGB 112 207 108 -
CMYK 0.46 0 0.48 0.19
HSL 117.58º 0.51% 0.62% -
HSV(B) 117.58º 0.48% 0.81% -
XYZ 31.7 49.15 22 -
YUV 167.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 112 207 108 0.46 0 0.48 0.19 117.58 0.51 0.62
Hex 70 CF 6C 2E 0 30 13 76 33 3E
Octal 160 317 154 56 0 60 23 166 63 76
Binary 1110000 11001111 1101100 101110 0 110000 10011 1110110 110011 111110

Color Harmonies of #70CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF6C

Black with #70CF6C

Text Example


Text Example

White with #70CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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