Html Css Color HEX #75DC7A Pastel Green

📋 copy color: '#75DC7A'

red 117 ◦ green 220 ◦ blue 122

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

Shades of Pastel Green #75DC7A

Tints of Pastel Green #75DC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 25.49%
G = 47.93%
B = 26.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#75DC7A (or 0x75DC7A) is known color: Pastel Green. HEX triplet: 75, DC and 7A. RGB value is (117,220,122). Sum of RGB (Red+Green+Blue) = 117+220+122=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC7A is #8A2385. Grayscale: #B2B2B2. Windows color (decimal): -9053062 or 8051829. OLE color: 8051829.

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

Color convert

RGB 117 220 122 -
CMYK 0.47 0 0.45 0.14
HSL 122.91º 0.6% 0.66% -
HSV(B) 122.91º 0.47% 0.86% -
XYZ 36.44 56.37 27.37 -
YUV 178.03 96.38 84.47 -
System Red Green Blue C M Y K H S L
Decimal 117 220 122 0.47 0 0.45 0.14 122.91 0.6 0.66
Hex 75 DC 7A 2F 0 2D E 7B 3C 42
Octal 165 334 172 57 0 55 16 173 74 102
Binary 1110101 11011100 1111010 101111 0 101101 1110 1111011 111100 1000010

Color Harmonies of #75DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC7A

Black with #75DC7A

Text Example


Text Example

White with #75DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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