Html Css Color HEX #75DC70 Pastel Green

📋 copy color: '#75DC70'

red 117 ◦ green 220 ◦ blue 112

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

Shades of Pastel Green #75DC70

Tints of Pastel Green #75DC70

RGB

 RED value IS 117 (46.09% from 255) = 26.06%

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 26.06%
G = 49%
B = 24.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#75DC70 (or 0x75DC70) is known color: Pastel Green. HEX triplet: 75, DC and 70. RGB value is (117,220,112). Sum of RGB (Red+Green+Blue) = 117+220+112=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC70 is #8A238F. Grayscale: #B1B1B1. Windows color (decimal): -9053072 or 7396469. OLE color: 7396469.

HSL color Cylindrical-coordinate representation of color #75DC70: hue angle of 117.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75DC70 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 112 -
CMYK 0.47 0 0.49 0.14
HSL 117.22º 0.61% 0.65% -
HSV(B) 117.22º 0.49% 0.86% -
XYZ 35.85 56.14 24.28 -
YUV 176.89 91.38 85.28 -
System Red Green Blue C M Y K H S L
Decimal 117 220 112 0.47 0 0.49 0.14 117.22 0.61 0.65
Hex 75 DC 70 2F 0 31 E 75 3D 41
Octal 165 334 160 57 0 61 16 165 75 101
Binary 1110101 11011100 1110000 101111 0 110001 1110 1110101 111101 1000001

Color Harmonies of #75DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC70

Black with #75DC70

Text Example


Text Example

White with #75DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75DC70; }

 p { color: rgb(117,220,112); }

 H1.HeaderClassName
 {
   color: #75DC70;
 }
 .AnyTagClassName
 {
   color: #75DC70;
 }
</style>

background-color css

<style>
 a { background-color: #75DC70; }

 a { background-color: rgb(117,220,112); }

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

border-color css

<style>
 span { border-color: #75DC70; }

 span { border-color: rgb(117,220,112); }

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