#65F082

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

Shades of Pastel Green #65F082

Tints of Pastel Green #65F082

Color information

#65F082 (or 0x65F082) is unknown color: approx Pastel Green. HEX triplet: 65, F0 and 82. RGB value is (101,240,130). Sum of RGB (Red+Green+Blue) = 101+240+130=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #65F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F082 is #9A0F7D. Grayscale: #BABABA. Windows color (decimal): -10096510 or 8581221. OLE color: 8581221.

HSL color Cylindrical-coordinate representation of color #65F082: hue angle of 132.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F082 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB101240130-
CMYK0.5800.460.06
HSL132.52º82.25%66.86%-
HSV(B)132.52º57.92%94.12%-
XYZ40.5666.731.86-
YUV185.996.4567.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 240 (94.14% from 255) = 50.96%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=21.44%
G=50.96%
B=27.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012401300.5800.460.06132.5282.2566.86
Hex65F0823A02E6855243
Octal145360202720566205122103
Binary1100101111100001000001011101001011101101000010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,240,130); }

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

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

 a { background-color: rgb(101,240,130); }

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

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

 span { border-color: rgb(101,240,130); }

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