Html Css Color HEX #75E68F Pastel Green

📋 copy color: '#75E68F'

red 117 ◦ green 230 ◦ blue 143

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

Shades of Pastel Green #75E68F

Tints of Pastel Green #75E68F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.94%

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 23.88%
G = 46.94%
B = 29.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#75E68F (or 0x75E68F) is known color: Pastel Green. HEX triplet: 75, E6 and 8F. RGB value is (117,230,143). Sum of RGB (Red+Green+Blue) = 117+230+143=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #75E68F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E68F is #8A1970. Grayscale: #BABABA. Windows color (decimal): -9050481 or 9430645. OLE color: 9430645.

HSL color Cylindrical-coordinate representation of color #75E68F: hue angle of 133.81º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E68F is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 230 143 -
CMYK 0.49 0 0.38 0.10
HSL 133.81º 0.69% 0.68% -
HSV(B) 133.81º 0.49% 0.9% -
XYZ 40.59 62.36 35.88 -
YUV 186.3 103.56 78.57 -
System Red Green Blue C M Y K H S L
Decimal 117 230 143 0.49 0 0.38 0.10 133.81 0.69 0.68
Hex 75 E6 8F 31 0 26 A 86 45 44
Octal 165 346 217 61 0 46 12 206 105 104
Binary 1110101 11100110 10001111 110001 0 100110 1010 10000110 1000101 1000100

Color Harmonies of #75E68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E68F

Black with #75E68F

Text Example


Text Example

White with #75E68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,230,143); }

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

background-color css

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

 a { background-color: rgb(117,230,143); }

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

border-color css

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

 span { border-color: rgb(117,230,143); }

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