Html Css Color HEX #75DC71 Pastel Green

📋 copy color: '#75DC71'

red 117 ◦ green 220 ◦ blue 113

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

Shades of Pastel Green #75DC71

Tints of Pastel Green #75DC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 26%
G = 48.89%
B = 25.11%

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

#75DC71 (or 0x75DC71) is known color: Pastel Green. HEX triplet: 75, DC and 71. RGB value is (117,220,113). Sum of RGB (Red+Green+Blue) = 117+220+113=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC71 is #8A238E. Grayscale: #B1B1B1. Windows color (decimal): -9053071 or 7462005. OLE color: 7462005.

HSL color Cylindrical-coordinate representation of color #75DC71: hue angle of 117.76º degrees, saturation: 0.6, 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 #75DC71 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 113 -
CMYK 0.47 0 0.49 0.14
HSL 117.76º 0.6% 0.65% -
HSV(B) 117.76º 0.49% 0.86% -
XYZ 35.91 56.16 24.57 -
YUV 177.01 91.88 85.2 -
System Red Green Blue C M Y K H S L
Decimal 117 220 113 0.47 0 0.49 0.14 117.76 0.6 0.65
Hex 75 DC 71 2F 0 31 E 76 3C 41
Octal 165 334 161 57 0 61 16 166 74 101
Binary 1110101 11011100 1110001 101111 0 110001 1110 1110110 111100 1000001

Color Harmonies of #75DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC71

Black with #75DC71

Text Example


Text Example

White with #75DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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