Html Css Color HEX #75F57F Pastel Green

📋 copy color: '#75F57F'

red 117 ◦ green 245 ◦ blue 127

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

Shades of Pastel Green #75F57F

Tints of Pastel Green #75F57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.1%

 BLUE value IS 127 (50% from 255) = 25.97%

R = 23.93%
G = 50.1%
B = 25.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#75F57F (or 0x75F57F) is known color: Pastel Green. HEX triplet: 75, F5 and 7F. RGB value is (117,245,127). Sum of RGB (Red+Green+Blue) = 117+245+127=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #75F57F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F57F is #8A0A80. Grayscale: #C1C1C1. Windows color (decimal): -9046657 or 8385909. OLE color: 8385909.

HSL color Cylindrical-coordinate representation of color #75F57F: hue angle of 124.69º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F57F is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 245 127 -
CMYK 0.52 0 0.48 0.04
HSL 124.69º 0.86% 0.71% -
HSV(B) 124.69º 0.52% 0.96% -
XYZ 43.82 70.62 31.4 -
YUV 193.28 90.59 73.59 -
System Red Green Blue C M Y K H S L
Decimal 117 245 127 0.52 0 0.48 0.04 124.69 0.86 0.71
Hex 75 F5 7F 34 0 30 4 7D 56 47
Octal 165 365 177 64 0 60 4 175 126 107
Binary 1110101 11110101 1111111 110100 0 110000 100 1111101 1010110 1000111

Color Harmonies of #75F57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F57F

Black with #75F57F

Text Example


Text Example

White with #75F57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,245,127); }

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

background-color css

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

 a { background-color: rgb(117,245,127); }

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

border-color css

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

 span { border-color: rgb(117,245,127); }

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