Html Css Color HEX #75F37F Pastel Green

📋 copy color: '#75F37F'

red 117 ◦ green 243 ◦ blue 127

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

Shades of Pastel Green #75F37F

Tints of Pastel Green #75F37F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.9%

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

R = 24.02%
G = 49.9%
B = 26.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#75F37F (or 0x75F37F) is known color: Pastel Green. HEX triplet: 75, F3 and 7F. RGB value is (117,243,127). Sum of RGB (Red+Green+Blue) = 117+243+127=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #75F37F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F37F is #8A0C80. Grayscale: #C0C0C0. Windows color (decimal): -9047169 or 8385397. OLE color: 8385397.

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

Color convert

RGB 117 243 127 -
CMYK 0.52 0 0.48 0.05
HSL 124.76º 0.84% 0.71% -
HSV(B) 124.76º 0.52% 0.95% -
XYZ 43.22 69.42 31.2 -
YUV 192.1 91.26 74.43 -
System Red Green Blue C M Y K H S L
Decimal 117 243 127 0.52 0 0.48 0.05 124.76 0.84 0.71
Hex 75 F3 7F 34 0 30 5 7D 54 47
Octal 165 363 177 64 0 60 5 175 124 107
Binary 1110101 11110011 1111111 110100 0 110000 101 1111101 1010100 1000111

Color Harmonies of #75F37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F37F

Black with #75F37F

Text Example


Text Example

White with #75F37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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