Html Css Color HEX #75E074 Pastel Green

📋 copy color: '#75E074'

red 117 ◦ green 224 ◦ blue 116

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

Shades of Pastel Green #75E074

Tints of Pastel Green #75E074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.02%

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 25.6%
G = 49.02%
B = 25.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#75E074 (or 0x75E074) is known color: Pastel Green. HEX triplet: 75, E0 and 74. RGB value is (117,224,116). Sum of RGB (Red+Green+Blue) = 117+224+116=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #75E074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E074 is #8A1F8B. Grayscale: #B4B4B4. Windows color (decimal): -9052044 or 7659637. OLE color: 7659637.

HSL color Cylindrical-coordinate representation of color #75E074: hue angle of 119.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E074 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 224 116 -
CMYK 0.48 0 0.48 0.12
HSL 119.44º 0.64% 0.67% -
HSV(B) 119.44º 0.48% 0.88% -
XYZ 37.14 58.35 25.83 -
YUV 179.7 92.05 83.28 -
System Red Green Blue C M Y K H S L
Decimal 117 224 116 0.48 0 0.48 0.12 119.44 0.64 0.67
Hex 75 E0 74 30 0 30 C 77 40 43
Octal 165 340 164 60 0 60 14 167 100 103
Binary 1110101 11100000 1110100 110000 0 110000 1100 1110111 1000000 1000011

Color Harmonies of #75E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E074

Black with #75E074

Text Example


Text Example

White with #75E074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,224,116); }

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

background-color css

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

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

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

border-color css

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

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

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