Html Css Color HEX #75F584 Pastel Green

📋 copy color: '#75F584'

red 117 ◦ green 245 ◦ blue 132

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

Shades of Pastel Green #75F584

Tints of Pastel Green #75F584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 23.68%
G = 49.6%
B = 26.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#75F584 (or 0x75F584) is known color: Pastel Green. HEX triplet: 75, F5 and 84. RGB value is (117,245,132). Sum of RGB (Red+Green+Blue) = 117+245+132=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #75F584 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F584 is #8A0A7B. Grayscale: #C2C2C2. Windows color (decimal): -9046652 or 8713589. OLE color: 8713589.

HSL color Cylindrical-coordinate representation of color #75F584: hue angle of 127.03º 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 #75F584 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 245 132 -
CMYK 0.52 0 0.46 0.04
HSL 127.03º 0.86% 0.71% -
HSV(B) 127.03º 0.52% 0.96% -
XYZ 44.15 70.75 33.16 -
YUV 193.85 93.09 73.19 -
System Red Green Blue C M Y K H S L
Decimal 117 245 132 0.52 0 0.46 0.04 127.03 0.86 0.71
Hex 75 F5 84 34 0 2E 4 7F 56 47
Octal 165 365 204 64 0 56 4 177 126 107
Binary 1110101 11110101 10000100 110100 0 101110 100 1111111 1010110 1000111

Color Harmonies of #75F584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F584

Black with #75F584

Text Example


Text Example

White with #75F584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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