Html Css Color HEX #75E675 Pastel Green

📋 copy color: '#75E675'

red 117 ◦ green 230 ◦ blue 117

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

Shades of Pastel Green #75E675

Tints of Pastel Green #75E675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 25.22%
G = 49.57%
B = 25.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#75E675 (or 0x75E675) is known color: Pastel Green. HEX triplet: 75, E6 and 75. RGB value is (117,230,117). Sum of RGB (Red+Green+Blue) = 117+230+117=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #75E675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E675 is #8A198A. Grayscale: #B7B7B7. Windows color (decimal): -9050507 or 7726709. OLE color: 7726709.

HSL color Cylindrical-coordinate representation of color #75E675: hue angle of 120º 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 #75E675 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 230 117 -
CMYK 0.49 0 0.49 0.10
HSL 120º 0.69% 0.68% -
HSV(B) 120º 0.49% 0.9% -
XYZ 38.84 61.66 26.68 -
YUV 183.33 90.56 80.69 -
System Red Green Blue C M Y K H S L
Decimal 117 230 117 0.49 0 0.49 0.10 120 0.69 0.68
Hex 75 E6 75 31 0 31 A 78 45 44
Octal 165 346 165 61 0 61 12 170 105 104
Binary 1110101 11100110 1110101 110001 0 110001 1010 1111000 1000101 1000100

Color Harmonies of #75E675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E675

Black with #75E675

Text Example


Text Example

White with #75E675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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