Html Css Color HEX #75F06D Pastel Green

📋 copy color: '#75F06D'

red 117 ◦ green 240 ◦ blue 109

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

Shades of Pastel Green #75F06D

Tints of Pastel Green #75F06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.5%

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 25.11%
G = 51.5%
B = 23.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#75F06D (or 0x75F06D) is known color: Pastel Green. HEX triplet: 75, F0 and 6D. RGB value is (117,240,109). Sum of RGB (Red+Green+Blue) = 117+240+109=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #75F06D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F06D is #8A0F92. Grayscale: #BCBCBC. Windows color (decimal): -9047955 or 7204981. OLE color: 7204981.

HSL color Cylindrical-coordinate representation of color #75F06D: hue angle of 116.34º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75F06D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 240 109 -
CMYK 0.51 0 0.55 0.06
HSL 116.34º 0.81% 0.68% -
HSV(B) 116.34º 0.55% 0.94% -
XYZ 41.26 67.21 25.27 -
YUV 188.29 83.25 77.15 -
System Red Green Blue C M Y K H S L
Decimal 117 240 109 0.51 0 0.55 0.06 116.34 0.81 0.68
Hex 75 F0 6D 33 0 37 6 74 51 44
Octal 165 360 155 63 0 67 6 164 121 104
Binary 1110101 11110000 1101101 110011 0 110111 110 1110100 1010001 1000100

Color Harmonies of #75F06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F06D

Black with #75F06D

Text Example


Text Example

White with #75F06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,240,109); }

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

background-color css

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

 a { background-color: rgb(117,240,109); }

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

border-color css

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

 span { border-color: rgb(117,240,109); }

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