Html Css Color HEX #75E468 Pastel Green

📋 copy color: '#75E468'

red 117 ◦ green 228 ◦ blue 104

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

Shades of Pastel Green #75E468

Tints of Pastel Green #75E468

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.78%

 BLUE value IS 104 (41.02% from 255) = 23.16%

R = 26.06%
G = 50.78%
B = 23.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#75E468 (or 0x75E468) is known color: Pastel Green. HEX triplet: 75, E4 and 68. RGB value is (117,228,104). Sum of RGB (Red+Green+Blue) = 117+228+104=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #75E468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E468 is #8A1B97. Grayscale: #B5B5B5. Windows color (decimal): -9051032 or 6874229. OLE color: 6874229.

HSL color Cylindrical-coordinate representation of color #75E468: hue angle of 113.71º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75E468 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 228 104 -
CMYK 0.49 0 0.54 0.11
HSL 113.71º 0.7% 0.65% -
HSV(B) 113.71º 0.54% 0.89% -
XYZ 37.58 60.27 22.75 -
YUV 180.68 84.73 82.58 -
System Red Green Blue C M Y K H S L
Decimal 117 228 104 0.49 0 0.54 0.11 113.71 0.7 0.65
Hex 75 E4 68 31 0 36 B 72 46 41
Octal 165 344 150 61 0 66 13 162 106 101
Binary 1110101 11100100 1101000 110001 0 110110 1011 1110010 1000110 1000001

Color Harmonies of #75E468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E468

Black with #75E468

Text Example


Text Example

White with #75E468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,228,104); }

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

background-color css

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

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

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

border-color css

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

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

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