#65FA92

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

Shades of Pastel Green #65FA92

Tints of Pastel Green #65FA92

Color information

#65FA92 (or 0x65FA92) is unknown color: approx Pastel Green. HEX triplet: 65, FA and 92. RGB value is (101,250,146). Sum of RGB (Red+Green+Blue) = 101+250+146=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FA92 is #9A056D. Grayscale: #C1C1C1. Windows color (decimal): -10093934 or 9632357. OLE color: 9632357.

HSL color Cylindrical-coordinate representation of color #65FA92: hue angle of 138.12º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FA92 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB101250146-
CMYK0.6000.420.02
HSL138.12º93.71%68.82%-
HSV(B)138.12º59.6%98.04%-
XYZ44.7473.2138.97-
YUV193.59101.1461.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.32%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=20.32%
G=50.30%
B=29.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012501460.6000.420.02138.1293.7168.82
Hex65FA923C02A28a5e45
Octal145372222740522212136105
Binary110010111111010100100101111000101010101000101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,250,146); }

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

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

 a { background-color: rgb(101,250,146); }

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

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

 span { border-color: rgb(101,250,146); }

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