Html Css Color HEX #75E07D Pastel Green

📋 copy color: '#75E07D'

red 117 ◦ green 224 ◦ blue 125

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

Shades of Pastel Green #75E07D

Tints of Pastel Green #75E07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.07%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 25.11%
G = 48.07%
B = 26.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#75E07D (or 0x75E07D) is known color: Pastel Green. HEX triplet: 75, E0 and 7D. RGB value is (117,224,125). Sum of RGB (Red+Green+Blue) = 117+224+125=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #75E07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E07D is #8A1F82. Grayscale: #B5B5B5. Windows color (decimal): -9052035 or 8249461. OLE color: 8249461.

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

Color convert

RGB 117 224 125 -
CMYK 0.48 0 0.44 0.12
HSL 124.49º 0.63% 0.67% -
HSV(B) 124.49º 0.48% 0.88% -
XYZ 37.69 58.57 28.72 -
YUV 180.72 96.55 82.55 -
System Red Green Blue C M Y K H S L
Decimal 117 224 125 0.48 0 0.44 0.12 124.49 0.63 0.67
Hex 75 E0 7D 30 0 2C C 7C 3F 43
Octal 165 340 175 60 0 54 14 174 77 103
Binary 1110101 11100000 1111101 110000 0 101100 1100 1111100 111111 1000011

Color Harmonies of #75E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E07D

Black with #75E07D

Text Example


Text Example

White with #75E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,224,125); }

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

background-color css

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

 a { background-color: rgb(117,224,125); }

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

border-color css

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

 span { border-color: rgb(117,224,125); }

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