Html Css Color HEX #75F881 Pastel Green

📋 copy color: '#75F881'

red 117 ◦ green 248 ◦ blue 129

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

Shades of Pastel Green #75F881

Tints of Pastel Green #75F881

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.2%

 BLUE value IS 129 (50.78% from 255) = 26.11%

R = 23.68%
G = 50.2%
B = 26.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#75F881 (or 0x75F881) is known color: Pastel Green. HEX triplet: 75, F8 and 81. RGB value is (117,248,129). Sum of RGB (Red+Green+Blue) = 117+248+129=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #75F881 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F881 is #8A077E. Grayscale: #C3C3C3. Windows color (decimal): -9045887 or 8517749. OLE color: 8517749.

HSL color Cylindrical-coordinate representation of color #75F881: hue angle of 125.5º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F881 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 248 129 -
CMYK 0.53 0 0.48 0.03
HSL 125.5º 0.9% 0.72% -
HSV(B) 125.5º 0.53% 0.97% -
XYZ 44.87 72.5 32.4 -
YUV 195.27 90.6 72.18 -
System Red Green Blue C M Y K H S L
Decimal 117 248 129 0.53 0 0.48 0.03 125.5 0.9 0.72
Hex 75 F8 81 35 0 30 3 7D 5A 48
Octal 165 370 201 65 0 60 3 175 132 110
Binary 1110101 11111000 10000001 110101 0 110000 11 1111101 1011010 1001000

Color Harmonies of #75F881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F881

Black with #75F881

Text Example


Text Example

White with #75F881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,248,129); }

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

background-color css

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

 a { background-color: rgb(117,248,129); }

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

border-color css

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

 span { border-color: rgb(117,248,129); }

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