Html Css Color HEX #75E16A Pastel Green

📋 copy color: '#75E16A'

red 117 ◦ green 225 ◦ blue 106

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

Shades of Pastel Green #75E16A

Tints of Pastel Green #75E16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.22%

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 26.12%
G = 50.22%
B = 23.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#75E16A (or 0x75E16A) is known color: Pastel Green. HEX triplet: 75, E1 and 6A. RGB value is (117,225,106). Sum of RGB (Red+Green+Blue) = 117+225+106=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #75E16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E16A is #8A1E95. Grayscale: #B3B3B3. Windows color (decimal): -9051798 or 7004533. OLE color: 7004533.

HSL color Cylindrical-coordinate representation of color #75E16A: hue angle of 114.45º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75E16A is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 225 106 -
CMYK 0.48 0 0.53 0.12
HSL 114.45º 0.66% 0.65% -
HSV(B) 114.45º 0.53% 0.88% -
XYZ 36.86 58.67 23.02 -
YUV 179.14 86.72 83.68 -
System Red Green Blue C M Y K H S L
Decimal 117 225 106 0.48 0 0.53 0.12 114.45 0.66 0.65
Hex 75 E1 6A 30 0 35 C 72 42 41
Octal 165 341 152 60 0 65 14 162 102 101
Binary 1110101 11100001 1101010 110000 0 110101 1100 1110010 1000010 1000001

Color Harmonies of #75E16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E16A

Black with #75E16A

Text Example


Text Example

White with #75E16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,225,106); }

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

background-color css

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

 a { background-color: rgb(117,225,106); }

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

border-color css

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

 span { border-color: rgb(117,225,106); }

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