Html Css Color HEX #75F185 Pastel Green

📋 copy color: '#75F185'

red 117 ◦ green 241 ◦ blue 133

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

Shades of Pastel Green #75F185

Tints of Pastel Green #75F185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 23.83%
G = 49.08%
B = 27.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#75F185 (or 0x75F185) is known color: Pastel Green. HEX triplet: 75, F1 and 85. RGB value is (117,241,133). Sum of RGB (Red+Green+Blue) = 117+241+133=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #75F185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F185 is #8A0E7A. Grayscale: #BFBFBF. Windows color (decimal): -9047675 or 8778101. OLE color: 8778101.

HSL color Cylindrical-coordinate representation of color #75F185: hue angle of 127.74º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F185 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 241 133 -
CMYK 0.51 0 0.45 0.05
HSL 127.74º 0.82% 0.7% -
HSV(B) 127.74º 0.51% 0.95% -
XYZ 43.03 68.39 33.12 -
YUV 191.61 94.92 74.78 -
System Red Green Blue C M Y K H S L
Decimal 117 241 133 0.51 0 0.45 0.05 127.74 0.82 0.7
Hex 75 F1 85 33 0 2D 5 80 52 46
Octal 165 361 205 63 0 55 5 200 122 106
Binary 1110101 11110001 10000101 110011 0 101101 101 10000000 1010010 1000110

Color Harmonies of #75F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F185

Black with #75F185

Text Example


Text Example

White with #75F185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,241,133); }

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

background-color css

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

 a { background-color: rgb(117,241,133); }

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

border-color css

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

 span { border-color: rgb(117,241,133); }

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