Html Css Color HEX #75E065 Pastel Green

📋 copy color: '#75E065'

red 117 ◦ green 224 ◦ blue 101

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

Shades of Pastel Green #75E065

Tints of Pastel Green #75E065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.85%

R = 26.47%
G = 50.68%
B = 22.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#75E065 (or 0x75E065) is known color: Pastel Green. HEX triplet: 75, E0 and 65. RGB value is (117,224,101). Sum of RGB (Red+Green+Blue) = 117+224+101=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #75E065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E065 is #8A1F9A. Grayscale: #B2B2B2. Windows color (decimal): -9052059 or 6676597. OLE color: 6676597.

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

Color convert

RGB 117 224 101 -
CMYK 0.48 0 0.55 0.12
HSL 112.2º 0.66% 0.64% -
HSV(B) 112.2º 0.55% 0.88% -
XYZ 36.34 58.03 21.6 -
YUV 177.99 84.55 84.5 -
System Red Green Blue C M Y K H S L
Decimal 117 224 101 0.48 0 0.55 0.12 112.2 0.66 0.64
Hex 75 E0 65 30 0 37 C 70 42 40
Octal 165 340 145 60 0 67 14 160 102 100
Binary 1110101 11100000 1100101 110000 0 110111 1100 1110000 1000010 1000000

Color Harmonies of #75E065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E065

Black with #75E065

Text Example


Text Example

White with #75E065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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