#65E175

Color #65E175 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #65E175

Tints of Pastel Green #65E175

Color information

#65E175 (or 0x65E175) is unknown color: approx Pastel Green. HEX triplet: 65, E1 and 75. RGB value is (101,225,117). Sum of RGB (Red+Green+Blue) = 101+225+117=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #65E175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65E175 is #9A1E8A. Grayscale: #AFAFAF. Windows color (decimal): -10100363 or 7725413. OLE color: 7725413.

HSL color Cylindrical-coordinate representation of color #65E175: hue angle of 127.74º degrees, saturation: 0.67, 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 #65E175 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB101225117-
CMYK0.5500.480.12
HSL127.74º67.39%63.92%-
HSV(B)127.74º55.11%88.24%-
XYZ35.557.926.13-
YUV175.6194.9274.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.80%
GREEN value IS 225 (88.28% from 255) = 50.79%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=22.80%
G=50.79%
B=26.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012251170.5500.480.12127.7467.3963.92
Hex65E17537030C804340
Octal1453411656706014200103100
Binary1100101111000011110101110111011000011001000000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65E175; }

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

 H1.HeaderClassName
 {
   color: #65E175;
 }
 .AnyTagClassName
 {
   color: #65E175;
 }
</style>
background-color css

<style>
 a { background-color: #65E175; }

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

 div.DivClassName
 {
   background-color: #65E175;
 }
 .BgClassName
 {
   background-color: #65E175;
 }
</style>
border-color css

<style>
 span { border-color: #65E175; }

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

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