Html Css Color HEX #75E06F Pastel Green

📋 copy color: '#75E06F'

red 117 ◦ green 224 ◦ blue 111

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

Shades of Pastel Green #75E06F

Tints of Pastel Green #75E06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 25.88%
G = 49.56%
B = 24.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#75E06F (or 0x75E06F) is known color: Pastel Green. HEX triplet: 75, E0 and 6F. RGB value is (117,224,111). Sum of RGB (Red+Green+Blue) = 117+224+111=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #75E06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E06F is #8A1F90. Grayscale: #B3B3B3. Windows color (decimal): -9052049 or 7331957. OLE color: 7331957.

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

Color convert

RGB 117 224 111 -
CMYK 0.48 0 0.50 0.12
HSL 116.81º 0.65% 0.66% -
HSV(B) 116.81º 0.5% 0.88% -
XYZ 36.86 58.24 24.34 -
YUV 179.13 89.55 83.69 -
System Red Green Blue C M Y K H S L
Decimal 117 224 111 0.48 0 0.50 0.12 116.81 0.65 0.66
Hex 75 E0 6F 30 0 32 C 75 41 42
Octal 165 340 157 60 0 62 14 165 101 102
Binary 1110101 11100000 1101111 110000 0 110010 1100 1110101 1000001 1000010

Color Harmonies of #75E06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E06F

Black with #75E06F

Text Example


Text Example

White with #75E06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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