Html Css Color HEX #75D672 Pastel Green

📋 copy color: '#75D672'

red 117 ◦ green 214 ◦ blue 114

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

Shades of Pastel Green #75D672

Tints of Pastel Green #75D672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.09%

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 26.29%
G = 48.09%
B = 25.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#75D672 (or 0x75D672) is known color: Pastel Green. HEX triplet: 75, D6 and 72. RGB value is (117,214,114). Sum of RGB (Red+Green+Blue) = 117+214+114=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #75D672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D672 is #8A298D. Grayscale: #ADADAD. Windows color (decimal): -9054606 or 7526005. OLE color: 7526005.

HSL color Cylindrical-coordinate representation of color #75D672: hue angle of 118.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75D672 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 114 -
CMYK 0.45 0 0.47 0.16
HSL 118.2º 0.55% 0.64% -
HSV(B) 118.2º 0.47% 0.84% -
XYZ 34.42 53.09 24.35 -
YUV 173.6 94.36 87.63 -
System Red Green Blue C M Y K H S L
Decimal 117 214 114 0.45 0 0.47 0.16 118.2 0.55 0.64
Hex 75 D6 72 2D 0 2F 10 76 37 40
Octal 165 326 162 55 0 57 20 166 67 100
Binary 1110101 11010110 1110010 101101 0 101111 10000 1110110 110111 1000000

Color Harmonies of #75D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D672

Black with #75D672

Text Example


Text Example

White with #75D672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,214,114); }

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

background-color css

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

 a { background-color: rgb(117,214,114); }

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

border-color css

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

 span { border-color: rgb(117,214,114); }

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