#65F180

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

Shades of Pastel Green #65F180

Tints of Pastel Green #65F180

Color information

#65F180 (or 0x65F180) is unknown color: approx Pastel Green. HEX triplet: 65, F1 and 80. RGB value is (101,241,128). Sum of RGB (Red+Green+Blue) = 101+241+128=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #65F180 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F180 is #9A0E7F. Grayscale: #BABABA. Windows color (decimal): -10096256 or 8450405. OLE color: 8450405.

HSL color Cylindrical-coordinate representation of color #65F180: hue angle of 131.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F180 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB101241128-
CMYK0.5800.470.05
HSL131.57º83.33%67.06%-
HSV(B)131.57º58.09%94.51%-
XYZ40.7267.2431.25-
YUV186.2695.1267.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.49%
GREEN value IS 241 (94.53% from 255) = 51.28%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=21.49%
G=51.28%
B=27.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012411280.5800.470.05131.5783.3367.06
Hex65F1803A02F5845343
Octal145361200720575204123103
Binary1100101111100011000000011101001011111011000010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,241,128); }

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

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

 a { background-color: rgb(101,241,128); }

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

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

 span { border-color: rgb(101,241,128); }

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